Separated llms from the main llm.py file and fixed some deprication bugs
This commit is contained in:
6
lightrag/types.py
Normal file
6
lightrag/types.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pydantic import BaseModel
|
||||
from typing import List
|
||||
|
||||
class GPTKeywordExtractionFormat(BaseModel):
|
||||
high_level_keywords: List[str]
|
||||
low_level_keywords: List[str]
|
Reference in New Issue
Block a user