Add Brave Search retriever and update application files

This commit is contained in:
Alex
2024-04-09 17:11:09 +01:00
parent 19494685ba
commit e03e185d30
5 changed files with 94 additions and 4 deletions

View File

@@ -60,6 +60,8 @@ class Settings(BaseSettings):
QDRANT_PATH: Optional[str] = None
QDRANT_DISTANCE_FUNC: str = "Cosine"
BRAVE_SEARCH_API_KEY: Optional[str] = None
FLASK_DEBUG_MODE: bool = False