Skip to content

Commit

Permalink
add hugging face inference endpoint guide to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
guimachiavelli committed Nov 27, 2024
1 parent 4f51455 commit 21ffc70
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions config/sidebar-guides.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,20 @@
"title": "Artificial Intelligence",
"slug": "ai",
"routes": [
{
"source": "guides/embedders/openai.mdx",
"label": "Semantic search with OpenAI embeddings",
"slug": "openai"
},
{
"source": "guides/langchain.mdx",
"label": "Implementing semantic search with LangChain",
"slug": "langchain"
},
{
"source": "guides/computing_hugging_face_embeddings_gpu.mdx",
"label": "Computing Hugging Face embeddings with the GPU",
"slug": "computing_hugging_face_embeddings_gpu"
"source": "guides/huggingface.mdx",
"label": "Implementing semantic search with Hugging Face Inference Endpoints",
"slug": "huggingface"
},
{
"source": "guides/embedders/cloudflare.mdx",
Expand All @@ -80,15 +85,15 @@
"label": "Semantic search with Mistral embeddings",
"slug": "mistral"
},
{
"source": "guides/embedders/openai.mdx",
"label": "Semantic search with OpenAI embeddings",
"slug": "openai"
},
{
"source": "guides/embedders/voyage.mdx",
"label": "Semantic search with Voyage embeddings",
"slug": "voyage"
},
{
"source": "guides/computing_hugging_face_embeddings_gpu.mdx",
"label": "Computing Hugging Face embeddings with the GPU",
"slug": "computing_hugging_face_embeddings_gpu"
}
]
},
Expand Down

0 comments on commit 21ffc70

Please sign in to comment.