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/libs/community/langchain_community
Neo Zhao 21e0df937f
community[patch]: fix a bug that mistakenly handle zip iterator in FAISS.from_embeddings (#16020)
**Description**: `zip` is iterator that will only produce result once,
so the previous code will cause the `embeddings` to be an empty list.

**Issue**: I could not find a related issue.

**Dependencies**: this PR does not introduce or affect dependencies.

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
8 months ago
..
adapters community[patch]: Add safe lookup to OpenAI response adapter (#14765) 9 months ago
agent_toolkits feat(community): make Amadeus toolkit LLM-agnostic (#15879) 8 months ago
callbacks community: add new gpt-3.5-turbo-1106 finetuned for cost calculation (#16039) 8 months ago
chat_loaders Do not issue beta or deprecation warnings on internal calls (#15641) 8 months ago
chat_message_histories [community]: Elasticsearch chat history encoding (#15055) 9 months ago
chat_models feat: Implement `stream` interface (#15875) 8 months ago
docstore community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
document_loaders community[minor]: Added document loader for SurrealDB (#15995) 8 months ago
document_transformers community[minor]: Adding asynchronous function implementation for Doctran (#15941) 8 months ago
embeddings community[patch]: Fixed 'coroutine' object is not subscriptable error (#15986) 8 months ago
graphs community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
llms community: Ollama - Parameter structure to follow official documentation (#16035) 8 months ago
output_parsers community[minor], langchain[minor]: refactor `output_parsers` Rail (#15852) 8 months ago
retrievers community: add collection_properties parameter to Milvus (#15788) 8 months ago
storage Add a BaseStore backed by AstraDB (#15812) 8 months ago
tools docs(community): update Amadeus toolkit to langchain v0.1 (#15976) 8 months ago
utilities community: Add PolygonAPIWrapper and get_last_quote endpoint (#15971) 8 months ago
utils openai[minor]: implement langchain-openai package (#15503) 8 months ago
vectorstores community[patch]: fix a bug that mistakenly handle zip iterator in FAISS.from_embeddings (#16020) 8 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
cache.py Do not issue beta or deprecation warnings on internal calls (#15641) 8 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago