Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
build_vector_store.py577 B
# type: ignore """ Builds and persists a LangChain Qdrant vector store over the Arize documentation. """ from langchain_community.document_loaders import GitbookLoader from langchain_community.vectorstores import Qdrant from langchain_openai import OpenAIEmbeddings loader = GitbookLoader( "https://docs.arize.com/arize/", load_all_paths=True, ) documents = loader.load() embeddings = OpenAIEmbeddings( model="text-embedding-3-large", ) Qdrant.from_documents( documents, embeddings, path="./vector-store", collection_name="arize-documentation", )

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arize-ai/phoenix'

If you have feedback or need assistance with the MCP directory API, please join our Discord server