AI 驅動的混合搜尋功能正在封閉測試中。 加入候補名單 即可搶先體驗!

前往首頁Meilisearch 的標誌

運用
AI 的強大功能,打造更有意義的搜尋體驗

利用向量搜尋進入資訊檢索的新領域。

雙人份咖啡機

Barista CoffeeLa SpecialistaDelonghi
Barista CoffeeCreatista PlusNespresso

與當前 AI 格局無縫銜接

整合到熟悉的一組工具中。

Meilisearch connecting with OpenAI, Cohere, LangChain and Hugging Face

搜尋進入您的 AI 應用程式堆疊

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,
)

全球有 18,000 名使用者正在使用 Meilisearch 來驅動他們的搜尋體驗。

為什麼我們的客戶選擇 Meilisearch Cloud

Logo
Bookshop 客戶焦點

Bookshop.org 的搜尋式購買量增加了 43%

閱讀Bookshop的成功案例 →
  • 讓決策者參與其中的簡化流程
  • 快速迭代的產品週期
  • 將託管和基礎設施維護交給安全可靠的團隊
Logo
HitPay 客戶焦點

HitPay 簡化客戶的搜尋功能

閱讀HitPay的成功案例 →
  • 易於整合
  • 開發者體驗
  • 更高的開箱即用相關性
Logo
Qogita 客戶焦點

Qogita 使用 Meilisearch Cloud 簡化 B2B 交易

閱讀Qogita的成功案例 →
  • 成本效益
  • 開發者體驗
  • 靈活的產品交付
雲端

免費試用 Meilisearch Cloud 14 天。