Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix VoyageAI hyper link #42

Merged
merged 1 commit into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion third_party/Pinecone/rag_using_pinecone.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions third_party/VoyageAI/how_to_create_embeddings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down