Skip to main content

langchain-rostam

LangChain VectorStore integration for Rostam — a high-performance vector database and sub-microsecond key-value store in a single Go engine.

pip install langchain-rostam
from langchain_rostam import RostamVectorStore

store = RostamVectorStore(
    url="http://localhost:8080",
    collection="docs",
    embedding=my_embeddings,   # any LangChain Embeddings
)
store.add_texts(["Rostam is a vector DB and KV store in one Go engine."])
docs = store.similarity_search("what is rostam?", k=5)

Run a Rostam server:

docker run -p 8080:8080 -e ROSTAM_API_KEY=secret ghcr.io/rostamlabs/rostam:latest

RostamVectorStore implements the standard LangChain VectorStore interface (add/search/MMR/delete + metadata filtering). The implementation ships in the rostam-client package; this package re-exports it under the conventional langchain_rostam name.

See the Rostam docs for indexes, hybrid search, and filtering. Apache-2.0.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

langchain_rostam-0.1.0.tar.gz (1.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

langchain_rostam-0.1.0-py3-none-any.whl (2.0 kB view details)

Uploaded Python 3

File details

Details for the file langchain_rostam-0.1.0.tar.gz.

File metadata

  • Download URL: langchain_rostam-0.1.0.tar.gz
  • Upload date:
  • Size: 1.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for langchain_rostam-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ecffdde8c03f01e730429e0364a29bd958964d23666e1fc898e68e69deb1899a
MD5 df7679ae4d4a45967144161560a3d7ae
BLAKE2b-256 cded64158169b60bd7efc59831910a2cc7b54fa712b01ef3de5e91044d1b5340

See more details on using hashes here.

Provenance

The following attestation bundles were made for langchain_rostam-0.1.0.tar.gz:

Publisher: publish-partner-packages.yml on rostamlabs/rostam

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langchain_rostam-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_rostam-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d9035d5a35136e6625807a13738936a258ffbbace92ca885330220579f4ad92c
MD5 c50780074856164caa62675f20ed2935
BLAKE2b-256 12d77c10c387068dc00c0f92b12ab0edc86b022884fb83df1dd93611ee2370f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for langchain_rostam-0.1.0-py3-none-any.whl:

Publisher: publish-partner-packages.yml on rostamlabs/rostam

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page