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
    • adapters
    • agent_toolkits
    • agents
    • cache
    • callbacks
    • chains
    • chat_loaders
    • chat_message_histories
      • CassandraChatMessageHistory
      • CosmosDBChatMessageHistory
      • DynamoDBChatMessageHistory
      • FileChatMessageHistory
      • FirestoreChatMessageHistory
      • ConsumeStartPosition
      • KafkaChatMessageHistory
      • MomentoChatMessageHistory
      • RedisChatMessageHistory
      • RocksetChatMessageHistory
      • BaseMessageConverter
      • DefaultMessageConverter
      • SQLChatMessageHistory
      • StreamlitChatMessageHistory
      • TiDBChatMessageHistory
      • UpstashRedisChatMessageHistory
      • XataChatMessageHistory
      • SearchScope
      • SearchType
      • ZepChatMessageHistory
      • ZepCloudChatMessageHistory
      • convert_messages
      • ensure_topic_exists
      • create_message_model
      • condense_zep_memory_into_human_message
      • get_zep_message_role_type
      • AstraDBChatMessageHistory
      • ElasticsearchChatMessageHistory
      • MongoDBChatMessageHistory
      • Neo4jChatMessageHistory
      • PostgresChatMessageHistory
      • SingleStoreDBChatMessageHistory
    • chat_models
    • cross_encoders
    • docstore
    • document_compressors
    • document_loaders
    • document_transformers
    • embeddings
    • example_selectors
    • graph_vectorstores
    • graphs
    • indexes
    • llms
    • memory
    • output_parsers
    • query_constructors
    • retrievers
    • storage
    • tools
    • utilities
    • utils
    • vectorstores
  • Experimental

Integrations

  • AI21
  • Anthropic
  • AstraDB
  • 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-community: 0.3.24
  • chat_message_histories
  • SearchType

SearchType#

class langchain_community.chat_message_histories.zep.SearchType(value)[source]#

Enumerator of the types of search to perform.

similarity = 'similarity'#

Similarity search.

mmr = 'mmr'#

Maximal Marginal Relevance reranking of similarity search.

Examples using SearchType

  • Docugami

  • How to retrieve using multiple vectors per document

  • Zep Open Source

On this page
  • SearchType
    • similarity
    • mmr

© Copyright 2025, LangChain Inc.