Skip to content

Commit

Permalink
fix: updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Mar 4, 2024
1 parent 7294656 commit 73d5530
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mlflow
pydantic
python-dotenv
typing-extensions
Expand All @@ -14,19 +15,18 @@ dagster-webserver
langchainhub
selenium
html2text
chainlit
# faiss-cpu
chromadb
tiktoken
pymupdf
duckduckgo-search
wikipedia
mlflow
sendgrid
fastapi
uvicorn
twilio
python-decouple
python-multipart
pyngrok
langchain_experimental
langchain-experimental
langchain-community
langchain-together
semantic-router
numexpr
3 changes: 3 additions & 0 deletions vortex/ai/router/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ class RouteConfig(BaseModel):
"what is the difference between INNER JOIN and OUTER JOIN?",
"explain the use of GROUP BY clause",
"how can I use SQL to filter data?",
"query the table",
"sql query",
"query",
],
strategy=SQLResponse,
),
Expand Down

0 comments on commit 73d5530

Please sign in to comment.