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
2023-01-21 16:08:14 -08:00
..
chains Harrison/improve memory (#432) 2022-12-27 08:23:51 -05:00
embeddings nits (#210) 2022-11-27 13:03:09 -08:00
llms Harrison/cohere experimental (#638) 2023-01-17 22:28:55 -08:00
vectorstores add faiss local saving/loading (#676) 2023-01-21 16:08:14 -08:00
__init__.py initial commit 2022-10-24 14:51:15 -07:00
test_googlesearch_api.py Harrison/new search engine (#477) 2022-12-30 08:06:57 -05:00
test_nlp_text_splitters.py OptimizedPrompt -- k-shot example choice backed by semantic search (#91) 2022-11-09 21:15:42 -08:00
test_serpapi.py move search to not be a chain (#226) 2022-11-29 20:07:44 -08:00
test_text_splitter.py huggingface tokenizer (#75) 2022-11-13 09:37:44 -08:00
test_wolfram_alpha_api.py Harrison/wolfram alpha (#579) 2023-01-11 05:52:19 -08:00