Fix hyperlink

This commit is contained in:
Sumedh K
2024-04-26 13:37:53 +10:00
parent 78ef000bb3
commit ddffcdc136
2 changed files with 2 additions and 3 deletions

View File

@@ -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)."
]
},
{

View File

@@ -206,8 +206,7 @@ The output would be the 5th document, which is indeed the most relevant to the q
Apples 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?