You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/tests/integration_tests
Ofer Mendelevitch 153b56d19b
Vectara upd2 (#6506)
Update to Vectara integration 
- By user request added "add_files" to take advantage of Vectara
capabilities to process files on the backend, without the need for
separate loading of documents and chunking in the chain.
- Updated vectara.ipynb example notebook to be broader and added testing
of add_file()
 
  @hwchase17 - project lead

---------

Co-authored-by: rlm <pexpresss31@gmail.com>
1 year ago
..
agent Add Multi-CSV/DF support in CSV and DataFrame Toolkits (#5009) 1 year ago
cache feat: add Momento as a standard cache and chat message history provider (#5221) 1 year ago
callbacks split up batch llm calls into separate runs (#5804) 1 year ago
chains Rm retriever kwargs (#7013) 1 year ago
chat_models Harrison/split schema dir (#7025) 1 year ago
document_loaders feat: enable `UnstructuredEmailLoader` to process attachments (#6977) 1 year ago
embeddings Harrison/octo ml (#6897) 1 year ago
examples feat: enable `UnstructuredEmailLoader` to process attachments (#6977) 1 year ago
llms Harrison/octo ml (#6897) 1 year ago
memory Harrison/split schema dir (#7025) 1 year ago
prompts Cleanup integration test dir (#3308) 1 year ago
retrievers Rm retriever kwargs (#7013) 1 year ago
utilities Support params on GoogleSearchApiWrapper (#6810) (#7014) 1 year ago
vectorstores Vectara upd2 (#6506) 1 year ago
.env.example adding MongoDBAtlasVectorSearch (#5338) 1 year ago
__init__.py initial commit 2 years ago
conftest.py feat: improve pinecone tests (#2806) 1 year ago
test_document_transformers.py Contextual compression retriever (#2915) 1 year ago
test_kuzu.py Add KuzuQAChain (#6454) 1 year ago
test_nebulagraph.py Harrison/nebula graph (#5865) 1 year ago
test_nlp_text_splitters.py OptimizedPrompt -- k-shot example choice backed by semantic search (#91) 2 years ago
test_pdf_pagesplitter.py cleanup: unify 3 different pdf loaders, rename PagedPDFSplitter (#1615) 2 years ago
test_schema.py Add 'get_token_ids' method (#4784) 1 year ago
test_text_splitter.py chore: spedd up integration test by using smaller model (#6044) 1 year ago