Skip to content

docs: add Infino vector store integration (JavaScript)#4610

Open
Ashish Mishra (ashishmishra26) wants to merge 3 commits into
langchain-ai:mainfrom
ashishmishra26:docs-infino-vectorstore
Open

docs: add Infino vector store integration (JavaScript)#4610
Ashish Mishra (ashishmishra26) wants to merge 3 commits into
langchain-ai:mainfrom
ashishmishra26:docs-infino-vectorstore

Conversation

@ashishmishra26

Copy link
Copy Markdown

Adds the JavaScript vector store integration docs for Infino, published as the independent package @infino-ai/langchain-infino.

Infino is an embedded retrieval engine that runs SQL, full-text (BM25), vector, and hybrid (RRF) search over a single copy of your data on object storage. InfinoVectorStore implements the standard LangChain VectorStore interface (addDocuments / delete / similaritySearch with structured metadata filtering, MMR, asRetriever) and additionally exposes hybrid + BM25 retrieval.

Per the integration contribution guide — independent package + a docs-only PR — this change only adds documentation:

  • src/oss/javascript/integrations/vectorstores/infino.mdx — the integration guide (setup, instantiation, manage, query, filtering, hybrid/BM25, retriever).
  • A card for Infino in index.mdx.

@github-actions

Copy link
Copy Markdown
Contributor

Thanks for opening a docs PR, Ashish Mishra (@ashishmishra26)! When it's ready for review, please add the relevant reviewers:

  • @npentrel or @lnhsingh (JavaScript integrations)

@github-actions github-actions Bot added javascript langchain For docs changes to LangChain oss external User is not a member of langchain-ai labels Jun 25, 2026
@langchain-automated-triage

Copy link
Copy Markdown

Thanks for contributing a new integration docs page, Ashish Mishra (@ashishmishra26)!

We receive a large number of PRs and review them as quickly as we can. Please bear with us as we work through the queue.

If you have already tagged a maintainer on this PR, do not tag them again.

@ashishmishra26

Copy link
Copy Markdown
Author

cc Naomi Pentrel (@npentrel) Lauren Hirata Singh (@lnhsingh) — could one of you review when you have a chance? This adds the JavaScript vector store integration docs for the published @infino-ai/langchain-infino package (independent package per the contribution guide). Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external User is not a member of langchain-ai javascript langchain For docs changes to LangChain oss

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant