From a578a399181d7764701af2717e1a1cdd87ad7a78 Mon Sep 17 00:00:00 2001 From: Jiri Spilka Date: Fri, 6 Sep 2024 12:03:47 +0200 Subject: [PATCH] Fix readme --- actors/pinecone/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actors/pinecone/README.md b/actors/pinecone/README.md index 74a60a6..220e75f 100644 --- a/actors/pinecone/README.md +++ b/actors/pinecone/README.md @@ -19,7 +19,7 @@ Its core functionality is based on the Approximate Nearest Neighbor (ANN) search The serverless architecture of Pinecone enables rapid development and deployment of powerful applications. Pinecone supports clients in Python, Java, Node.js, and Golang. -## w📋 How does the Apify-Pinecone integration work? +## 📋 How does the Apify-Pinecone integration work? Apify Pinecone integration computes text embeddings and store them in Pinecone. It uses [LangChain](https://www.langchain.com/) to compute embeddings and interact with [Pinecone](https://www.pinecone.io/).