想要更好地控制您的搜索设置?了解我们的灵活的基础设施定价

回到主页Meilisearch 的标志

利用人工智能的力量,让搜索更具人性化

理解自然语言,以语境精确度提供相关结果。

两人份咖啡机

Barista 咖啡机La SpecialistaDelonghi
Barista 咖啡机Creatista PlusNespresso

无缝融入当前人工智能格局

集成到熟悉的工具集中。

Meilisearch connecting with OpenAI, Cohere, LangChain and Hugging Face

搜索进入您的人工智能应用堆栈

Meilisearch 附带为您喜爱的框架或语言量身定制的 SDK。

from langchain.vectorstores import Meilisearch
from langchain.embeddings.openai import OpenAIEmbeddings
from langchain.document_loaders import JSONLoader



# Load documents

loader = JSONLoader(

    file_path="./movies.json",

    jq_schema=".[] | {id: .id, title: .title, overview: .overview}",
     text_content=False,
)
documents = loader.load()



# Index documents
embeddings = OpenAIEmbeddings()
vector_store = Meilisearch.from_documents(documents=documents, embedding=embeddings)

# Search
query = "superhero fighting villains in a city corrupted by crime"
results = vector_store.similarity_search(

    query=query,

    k=3,
)

全球 1.8 万用户正在使用 Meilisearch 为其搜索体验提供支持。

为什么我们的客户选择 Meilisearch Cloud

Logo
Bookshop 客户案例

Bookshop.org 基于搜索的购买量增加了 43%

阅读书店的成功案例 →
  • 一个简化的流程,让决策者参与其中
  • 快速迭代产品周期
  • 托管和基础设施维护掌握在安全之手
Logo
HitPay 客户案例

HitPay 简化了客户的搜索功能

阅读HitPay的成功案例 →
  • 易于集成
  • 开发者体验
  • 更高的开箱即用相关性
Logo
Qogita 客户案例

Qogita 通过 Meilisearch Cloud 简化了 B2B 交易

阅读Qogita的成功案例 →
  • 成本效益
  • 开发者体验
  • 敏捷产品交付

免费试用 Meilisearch Cloud 14 天。

© . This site is unofficial and not affiliated with Meilisearch.