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
dham e04b063ff4
add faiss local saving/loading (#676)
- This uses the faiss built-in `write_index` and `load_index` to save
and load faiss indexes locally
- Also fixes #674
- The save/load functions also use the faiss library, so I refactored
the dependency into a function
1 year ago
..
chains Harrison/improve memory (#432) 1 year ago
embeddings nits (#210) 2 years ago
llms Harrison/cohere experimental (#638) 1 year ago
vectorstores add faiss local saving/loading (#676) 1 year ago
__init__.py initial commit 2 years ago
test_googlesearch_api.py Harrison/new search engine (#477) 1 year ago
test_nlp_text_splitters.py OptimizedPrompt -- k-shot example choice backed by semantic search (#91) 2 years ago
test_serpapi.py move search to not be a chain (#226) 2 years ago
test_text_splitter.py huggingface tokenizer (#75) 2 years ago
test_wolfram_alpha_api.py Harrison/wolfram alpha (#579) 1 year ago