feat: Adding app id in metadata while reading and writing to vector db (#189)

This commit is contained in:
Shashank Srivastava
2023-07-16 00:48:04 +05:30
committed by GitHub
parent fd97fb268a
commit d4b8542207
3 changed files with 20 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ setuptools.setup(
"gpt4all",
"sentence_transformers",
"docx2txt",
"pydantic==1.10.8",
"pydantic==1.10.8"
],
extras_require={"dev": ["black", "ruff", "isort", "pytest"]},
)