hlydecker's picture
Duplicate from hlydecker/Augmented-Retrieval-qa-ChatGPT
1ce95c4
raw
history blame
320 Bytes
from streamlit_langchain_chat.customized_langchain.docstore.in_memory import InMemoryDocstore
from streamlit_langchain_chat.customized_langchain.vectorstores import FAISS
from streamlit_langchain_chat.customized_langchain.vectorstores import Pinecone
__all__ = [
"FAISS",
"InMemoryDocstore",
"Pinecone",
]