Skip to content
Snippets Groups Projects
Commit 2ea91dc9 authored by thucpn's avatar thucpn
Browse files

docs: update packages

parent 1e3c05c4
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ const createEnvLocalFile = async (
switch (opts?.vectorDb) {
case "mongo": {
content += `# For generating a connection URI, see https://www.mongodb.com/docs/guides/atlas/connection-string\n`;
content += `MONGO_URI=\n`;
content += `MONGODB_DATABASE=\n`;
content += `MONGODB_VECTORS=\n`;
......
......@@ -12,6 +12,7 @@ uvicorn = { extras = ["standard"], version = "^0.23.2" }
llama-index = "^0.9.19"
pypdf = "^3.17.0"
python-dotenv = "^1.0.0"
pymongo = "^4.6.1"
[build-system]
......
......@@ -12,6 +12,7 @@ uvicorn = { extras = ["standard"], version = "^0.23.2" }
llama-index = "^0.9.19"
pypdf = "^3.17.0"
python-dotenv = "^1.0.0"
pymongo = "^4.6.1"
[build-system]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment