mirror of
https://github.com/anthropics/claude-cookbooks.git
synced 2025-10-06 01:00:28 +03:00
Fix hyperlink
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
"## Embeddings\n",
|
||||
"To get started with Voyage's embeddings, go [here](https://www.voyageai.com) to get an API key.\n",
|
||||
"\n",
|
||||
"Now let's set up our Voyage client and demonstrate how to create an embedding using the `embed` method. To learn more about using Voyage embeddings with Claude, see [this notebook](https://github.com/anthropics/voyage-claude-notebook)."
|
||||
"Now let's set up our Voyage client and demonstrate how to create an embedding using the `embed` method. To learn more about using Voyage embeddings with Claude, see [this notebook](https://github.com/anthropics/anthropic-cookbook/blob/main/third_party/VoyageAI/how_to_create_embeddings.md)."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -206,8 +206,7 @@ The output would be the 5th document, which is indeed the most relevant to the q
|
||||
Apple’s conference call to discuss fourth fiscal quarter results and business updates is scheduled for Thursday, November 2, 2023 at 2:00 p.m. PT / 5:00 p.m. ET.
|
||||
```
|
||||
|
||||
If you are looking for a detailed set of cookbooks on how to do RAG with embeddings, including vector databases, check out our RAG cookbook.
|
||||
> ANTHROPIC TEAM to add link to RAG cookbook once Alex finishes it.
|
||||
If you are looking for a detailed set of cookbooks on how to do RAG with embeddings, including vector databases, check out our [RAG cookbook](https://github.com/anthropics/anthropic-cookbook/blob/main/third_party/Pinecone/rag_using_pinecone.ipynb).
|
||||
|
||||
## Frequently Asked Questions
|
||||
### How do I calculate the distance between two embedding vectors?
|
||||
|
||||
Reference in New Issue
Block a user