Skip to main content
Ctrl+K
🦜🔗 LangChain MongoDB  documentation - Home 🦜🔗 LangChain MongoDB  documentation - Home
  • Langchain Mongodb
  • Langgraph Checkpoint Mongodb
  • Langgraph Store Mongodb
Ctrl+K
Docs
  • GitHub
  • X / Twitter
Ctrl+K
  • Langchain Mongodb
  • Langgraph Checkpoint Mongodb
  • Langgraph Store Mongodb
Docs
  • GitHub
  • X / Twitter

Section Navigation

  • agent_toolkit
  • cache
  • chat_message_histories
  • docstores
  • graphrag
  • index
    • create_fulltext_search_index
    • create_vector_search_index
    • drop_vector_search_index
    • update_vector_search_index
  • indexes
  • loaders
  • pipelines
  • retrievers
  • utils
  • vectorstores
  • langchain-mongodb: 0.7.0
  • index

index#

Search Index Commands

Functions

index.create_fulltext_search_index(...[, ...])

Experimental Utility function to create an Atlas Search index

index.create_vector_search_index(collection, ...)

Experimental Utility function to create a vector search index

index.drop_vector_search_index(collection, ...)

Drop a created vector search index

index.update_vector_search_index(collection, ...)

Update a search index.

© Copyright 2024, LangChain Inc.