Skip to content

Commit

Permalink
Merge pull request #42 from Sumedh-k/fix_link
Browse files Browse the repository at this point in the history
Fix VoyageAI hyper link
  • Loading branch information
alexalbertt committed May 6, 2024
2 parents 6f165d6 + ddffcdc commit a7caeeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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

0 comments on commit a7caeeb

Please sign in to comment.