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/unit_tests
Samantha Whitmore 315b0c09c6
wip: add method for both docstore and embeddings (#119)
this will break atm but wanted to get thoughts on implementation.

1. should add() be on docstore interface?
2. should InMemoryDocstore change to take a list of documents as init?
(makes this slightly easier to implement in FAISS -- if we think it is
less clean then could expose a method to get the number of documents
currently in the dict, and perform the logic of creating the necessary
dictionary in the FAISS.add_texts method.

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2 years ago
..
chains add few shot example (#148) 2 years ago
data Prompt from file proof of concept using plain text (#127) 2 years ago
docstore wip: add method for both docstore and embeddings (#119) 2 years ago
llms model laboratory (#95) 2 years ago
prompts add few shot example (#148) 2 years ago
__init__.py initial commit 2 years ago
test_formatting.py initial commit 2 years ago
test_input.py chore: update ascii colors to work with dark mode (#152) 2 years ago
test_python.py factor out mock python repl (#43) 2 years ago
test_sql_database.py feat: add option to ignore or restrict to SQL tables (#151) 2 years ago
test_text_splitter.py Harrison/map reduce (#36) 2 years ago