Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #294 from NomaDamas/Feature/#293
Browse files Browse the repository at this point in the history
version update and fix langchain VectorStore location for proper use
  • Loading branch information
vkehfdl1 authored Oct 29, 2023
2 parents 515a6c4 + 2dd4ac8 commit e1a8212
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RAGchain/retrieval/vectordb_retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from uuid import UUID

from langchain.schema import Document
from langchain.vectorstores import VectorStore
from langchain.schema.vectorstore import VectorStore

from RAGchain.retrieval.base import BaseRetrieval
from RAGchain.schema import Passage
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
license='Apache License 2.0',
py_modules=[splitext(basename(path))[0] for path in glob('./*.py')],
install_requires=[
'langchain==0.0.309',
'chromadb==0.4.5',
'langchain==0.0.324',
'chromadb>=0.4.15',
'urllib3',
'pdfminer.six',
'click',
Expand Down

0 comments on commit e1a8212

Please sign in to comment.