mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-09 13:54:40 +00:00
fix: GraphQAchain Invalid prompts
This commit is contained in:
parent
6d8e1fe994
commit
4b3148fc3e
47 changed files with 62 additions and 5849 deletions
|
@ -38,4 +38,8 @@ class RetrivedDocList(BaseModel):
|
|||
class UserQueryResponse(BaseModel):
|
||||
response: str
|
||||
relateddocs: List[DocMeta]
|
||||
|
||||
|
||||
class VectorSearchQuery(BaseModel):
|
||||
searchquery: str
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue