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
Nicholas Liu 7652d2abb0
Add Multi-CSV/DF support in CSV and DataFrame Toolkits (#5009)
Add Multi-CSV/DF support in CSV and DataFrame Toolkits
* CSV and DataFrame toolkits now accept list of CSVs/DFs
* Add default prompts for many dataframes in `pandas_dataframe` toolkit

Fixes #1958
Potentially fixes #4423

## Testing
* Add single and multi-dataframe integration tests for
`pandas_dataframe` toolkit with permutations of `include_df_in_prompt`
* Add single and multi-CSV integration tests for csv toolkit
---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
1 year ago
..
agent Add Multi-CSV/DF support in CSV and DataFrame Toolkits (#5009) 1 year ago
cache
callbacks
chains Harrison/neo4j (#5078) 1 year ago
chat_models Harrison/vertex (#5049) 1 year ago
client Add Delete Session Method (#5193) 1 year ago
document_loaders Add Joplin document loader (#5153) 1 year ago
embeddings Harrison/vertex (#5049) 1 year ago
examples fix(document_loaders/telegram): fix pandas calls + add tests (#4806) 1 year ago
llms Add C Transformers for GGML Models (#5218) 1 year ago
memory Cassandra support for chat history (#4378) (#4764) 1 year ago
prompts
retrievers tfidf retriever (#5114) 1 year ago
utilities Fix graphql tool (#4984) 1 year ago
vectorstores Vectara (#5069) 1 year ago
.env.example power bi api wrapper integration tests & bug fix (#4983) 1 year ago
__init__.py
conftest.py
test_document_transformers.py
test_nlp_text_splitters.py
test_pdf_pagesplitter.py
test_schema.py Add 'get_token_ids' method (#4784) 1 year ago
test_text_splitter.py