mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-09 22:04:47 +00:00
feat: Removed GPT-Researcher in favour of own SurfSense LangGraph Agent
This commit is contained in:
parent
94c94e6898
commit
130f43a0fa
14 changed files with 439 additions and 918 deletions
|
@ -1,5 +1,7 @@
|
|||
from typing import Dict, Any
|
||||
from langchain.schema import LLMResult, HumanMessage, SystemMessage
|
||||
"""
|
||||
NOTE: This is not used anymore. Might be removed in the future.
|
||||
"""
|
||||
from langchain.schema import HumanMessage, SystemMessage
|
||||
from app.config import config
|
||||
|
||||
class QueryService:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue