langchain/libs/community/tests/unit_tests
Kate Silverstein b7c71e2e07
community[minor]: llamafile embeddings support (#17976)
* **Description:** adds `LlamafileEmbeddings` class implementation for
generating embeddings using
[llamafile](https://github.com/Mozilla-Ocho/llamafile)-based models.
Includes related unit tests and notebook showing example usage.
* **Issue:** N/A
* **Dependencies:** N/A
2024-03-01 13:49:18 -08:00
..
agent_toolkits community[minor]: CogniSwitch Agent Toolkit for LangChain (#17312) 2024-02-19 10:54:13 -08:00
callbacks community[minor] : adds callback handler for Fiddler AI (#17708) 2024-02-25 18:17:03 -08:00
chat_loaders Restore self message sent before OSX 12 Monterey (#14818) 2024-01-01 16:04:14 -08:00
chat_message_histories
chat_models community[minor]: Add support for Perplexity chat model(#17024) 2024-03-01 12:19:23 -08:00
docstore
document_loaders community[patch]: Change github endpoint in GithubLoader (#17622) 2024-03-01 09:36:31 -08:00
document_transformers
embeddings community[minor]: llamafile embeddings support (#17976) 2024-03-01 13:49:18 -08:00
examples
graphs community[minor], langchain[minor], docs: Gremlin Graph Store and QA Chain (#17683) 2024-03-01 12:21:14 -08:00
indexes
llms community: Bugfix - correct Ollama API path to avoid HTTP 307 (#17895) 2024-02-22 11:59:55 -05:00
retrievers community[patch]: remove llmlingua extended tests (#18344) 2024-02-29 13:51:29 -08:00
storage add mongodb_store (#13801) 2024-02-13 22:33:22 -05:00
tools community: Add PolygonFinancials Tool (#18324) 2024-02-29 10:56:05 -08:00
utilities community[patch]: Allow override of 'fetch_schema_from_transport' in the GraphQL tool (#17649) 2024-02-21 15:32:43 -08:00
utils
vectorstores Langchain vectorstore integration with Kinetica (#18102) 2024-02-26 12:46:48 -08:00
__init__.py
conftest.py
test_dependencies.py
test_imports.py
test_sql_database_schema.py infra: mv SQLDatabase tests to community (#17276) 2024-02-08 17:05:43 -08:00
test_sql_database.py community/SQLDatabase: Generalize and trim software tests (#16659) 2024-02-12 22:58:34 -05:00
test_sqlalchemy.py