langchain/libs/community/langchain_community
Mahdi Setayesh eb76f9c9fe
community: Fixing a performance issue with AzureSearch to perform batch embedding (#15594)
- **Description:** Azure Cognitive Search vector DB store performs slow
embedding as it does not utilize the batch embedding functionality. This
PR provide a fix to improve the performance of Azure Search class when
adding documents to the vector search,
  - **Issue:** #11313 ,
  - **Dependencies:** any dependencies required for this change,
- **Twitter handle:** we announce bigger features on Twitter. If your PR
gets announced, and you'd like a mention, we'll gladly shout you out!

Please make sure your PR is passing linting and testing before
submitting. Run `make format`, `make lint` and `make test` from the root
of the package you've modified to check this locally.

See contribution guidelines for more information on how to write/run
tests, lint, etc: https://python.langchain.com/docs/contributing/

If you're adding a new integration, please include:
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.

If no one reviews your PR within a few days, please @-mention one of
@baskaryan, @eyurtsev, @hwchase17.
 -->
2024-01-12 10:58:55 -08:00
..
adapters community[patch]: Add safe lookup to OpenAI response adapter (#14765) 2023-12-20 01:17:23 -05:00
agent_toolkits feat(community): make Amadeus toolkit LLM-agnostic (#15879) 2024-01-11 21:32:03 -08:00
callbacks fix: Fix DEFAULT_API_KEY for ArgillaCallbackHandler (#15534) 2024-01-07 09:26:51 -08:00
chat_loaders Do not issue beta or deprecation warnings on internal calls (#15641) 2024-01-07 20:54:45 -08:00
chat_message_histories [community]: Elasticsearch chat history encoding (#15055) 2023-12-22 13:21:34 -08:00
chat_models feat: Implement stream interface (#15875) 2024-01-11 21:32:48 -08:00
docstore community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
document_loaders Add doc for AstraDB document loader (#15703) 2024-01-08 12:21:46 -08:00
document_transformers community: Make doctran synchronous (#15264) 2023-12-28 08:05:24 -08:00
embeddings community: Added functions to make async calls to HuggingFaceHub's embedding endpoint in HuggingFaceHubEmbeddings class (#15737) 2024-01-11 21:52:55 -08:00
graphs community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
llms community: Ollama - Pass headers to post request (#15881) 2024-01-11 21:40:35 -08:00
retrievers community: add collection_properties parameter to Milvus (#15788) 2024-01-10 20:29:01 -08:00
storage Add a BaseStore backed by AstraDB (#15812) 2024-01-11 21:41:24 -08:00
tools feat(community): make Amadeus toolkit LLM-agnostic (#15879) 2024-01-11 21:32:03 -08:00
utilities Patch: improve type hint (#15451) 2024-01-02 22:39:27 -08:00
utils openai[minor]: implement langchain-openai package (#15503) 2024-01-05 15:03:28 -08:00
vectorstores community: Fixing a performance issue with AzureSearch to perform batch embedding (#15594) 2024-01-12 10:58:55 -08:00
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
cache.py Do not issue beta or deprecation warnings on internal calls (#15641) 2024-01-07 20:54:45 -08:00
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00