Skip to main content
Ctrl+K
🦜🔗 LangChain  documentation - Home 🦜🔗 LangChain  documentation - Home
  • Reference
Ctrl+K
Docs
OSZAR »
  • GitHub
  • X / Twitter
Ctrl+K
  • Reference
Docs
OSZAR »
  • GitHub
  • X / Twitter

Section Navigation

Base packages

  • Core
  • Langchain
  • Text Splitters
  • Community
  • Experimental

Integrations

  • AI21
  • Anthropic
  • AstraDB
    • cache
    • chat_message_histories
    • document_loaders
    • storage
    • utils
    • vectorstores
      • AstraDBQueryResult
      • AstraDBVectorStore
      • AstraDBVectorStoreError
      • HybridLimitFactorPrescription
  • AWS
  • Azure Ai
  • Azure Dynamic Sessions
  • Cerebras
  • Chroma
  • Cohere
  • Deepseek
  • Elasticsearch
  • Exa
  • Fireworks
  • Google Community
  • Google GenAI
  • Google VertexAI
  • Groq
  • Huggingface
  • IBM
  • Milvus
  • MistralAI
  • MongoDB
  • Neo4J
  • Nomic
  • Nvidia Ai Endpoints
  • Ollama
  • OpenAI
  • Perplexity
  • Pinecone
  • Postgres
  • Prompty
  • Qdrant
  • Redis
  • Sema4
  • Snowflake
  • Sqlserver
  • Standard Tests
  • Tavily
  • Together
  • Unstructured
  • Upstage
  • Weaviate
  • XAI
  • LangChain Python API Reference
  • langchain-astradb: 0.6.1
  • vectorstores

vectorstores#

Astra DB vector store integration.

Classes

vectorstores.AstraDBQueryResult(document, ...)

The complete information contained in a vector store entry.

vectorstores.AstraDBVectorStore(*, ...[, ...])

A vector store which uses DataStax Astra DB as backend.

vectorstores.AstraDBVectorStoreError

An exception during vector-store activities.

vectorstores.HybridLimitFactorPrescription(...)

A per-subsearch setting for the hybrid-search 'limit' factors.

© Copyright 2025, LangChain Inc.

OSZAR »