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
Raduan Al-Shedivat 00c6ec8a2d
fix(document_loaders/telegram): fix pandas calls + add tests (#4806)
# Fix Telegram API loader + add tests.
I was testing this integration and it was broken with next error:
```python
message_threads = loader._get_message_threads(df)
KeyError: False
```
Also, this particular loader didn't have any tests / related group in
poetry, so I added those as well.

@hwchase17 / @eyurtsev please take a look on this fix PR.

---------

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
1 year ago
..
agent [test] Add integration_test for PandasAgent (#4056) 1 year ago
cache Optimize the initialization method of GPTCache (#4522) 1 year ago
callbacks add tracing v2 env var (#4465) 1 year ago
chains Callbacks Refactor [base] (#3256) 1 year ago
chat_models Check OpenAI model kwargs (#4366) 1 year ago
document_loaders fix(document_loaders/telegram): fix pandas calls + add tests (#4806) 1 year ago
embeddings Dev2049/hf emb encode kwargs (#3925) 1 year ago
examples fix(document_loaders/telegram): fix pandas calls + add tests (#4806) 1 year ago
llms Add summarization task type for HuggingFace APIs (#4721) 1 year ago
memory Cassandra support for chat history (#4378) (#4764) 1 year ago
prompts Cleanup integration test dir (#3308) 1 year ago
retrievers Add `arxiv` retriever (#4538) 1 year ago
utilities [Feature] Add GraphQL Query Tool (#4409) 1 year ago
vectorstores Fixing DeepLake Overwrite Flag (#4683) 1 year ago
.env.example Change in method name for creating an issue on JIRA (#3307) 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_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 Callbacks Refactor [base] (#3256) 1 year ago
test_text_splitter.py Fix TextSplitter.from_tiktoken(#4361) 1 year ago