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
Ashley Xu ce7723c1e5
community[minor]: add additional support for `BigQueryVectorSearch` (#15904)
BigQuery vector search lets you use GoogleSQL to do semantic search,
using vector indexes for fast but approximate results, or using brute
force for exact results.

This PR:
1. Add `metadata[_job_ib]` in Document returned by any similarity search
2. Add `explore_job_stats` to enable users to explore job statistics and
better the debuggability
3. Set the minimum row limit for running create vector index.
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) 9 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) 10 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) 10 months ago
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
llms community: Ollama - Parameter structure to follow official documentation (#16035) 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 feat(community): make Amadeus toolkit LLM-agnostic (#15879) 8 months ago
utilities community: Add PolygonAPIWrapper and get_last_quote endpoint (#15971) 8 months ago
utils openai[minor]: implement langchain-openai package (#15503) 9 months ago
vectorstores community[minor]: add additional support for `BigQueryVectorSearch` (#15904) 8 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
cache.py Do not issue beta or deprecation warnings on internal calls (#15641) 9 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago