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

Section Navigation

Base packages

  • Core
  • Langchain
  • Text Splitters
  • Community
  • Experimental

Integrations

  • AI21
  • Anthropic
  • AstraDB
  • AWS
    • agents
    • chains
    • chat_models
    • document_compressors
    • embeddings
    • function_calling
    • graphs
    • llms
    • retrievers
    • runnables
    • utilities
    • utils
    • vectorstores
      • InMemoryVectorStore
      • InMemoryVectorStoreRetriever
      • InMemorySemanticCache
      • InMemoryDBFilter
      • InMemoryDBFilterExpression
      • InMemoryDBFilterField
      • InMemoryDBFilterOperator
      • InMemoryDBNum
      • InMemoryDBTag
      • InMemoryDBText
      • FlatVectorField
      • HNSWVectorField
      • InMemoryDBDistanceMetric
      • InMemoryDBField
      • InMemoryDBModel
      • InMemoryDBVectorField
      • NumericFieldSchema
      • TagFieldSchema
      • TextFieldSchema
      • check_index_exists
      • check_operator_misuse
      • read_schema
  • 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
  • VoyageAI
  • Weaviate
  • XAI
  • LangChain Python API Reference
  • langchain-aws: 0.2.23
  • vectorstores
  • InMemoryDBFilter

InMemoryDBFilter#

class langchain_aws.vectorstores.inmemorydb.filters.InMemoryDBFilter[source]#

Collection of InMemoryDBFilterFields.

Methods

num(field)

tag(field)

text(field)

static num(
field: str,
) → InMemoryDBNum[source]#
Parameters:

field (str)

Return type:

InMemoryDBNum

static tag(
field: str,
) → InMemoryDBTag[source]#
Parameters:

field (str)

Return type:

InMemoryDBTag

static text(
field: str,
) → InMemoryDBText[source]#
Parameters:

field (str)

Return type:

InMemoryDBText

On this page
  • InMemoryDBFilter
    • num()
    • tag()
    • text()

© Copyright 2025, LangChain Inc.