Skip to content

Commit 30fb6d0

Browse files
author
Gareth
authored
Update README.md
1 parent 98368be commit 30fb6d0

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,19 +1104,15 @@ If you do not specify a namespace, the records in the default namespace `''` wil
11041104

11051105
## Inference
11061106

1107-
Interact with Pinecone's [Inference API](https://docs.pinecone.io/guides/inference/understanding-inference) (currently in [public preview](https://docs.pinecone.io/release-notes/feature-availability)). The Pinecone Inference API is a service that gives
1108-
you access to inference models hosted on Pinecone's infrastructure.
1107+
Use embedding and & reranking models hosted by Pinecone. Learn more about Inference in the [docs](https://docs.pinecone.io/guides/inference/understanding-inference).
11091108

1110-
**Notes:**
1111-
1112-
Supported models:
1113-
1114-
- Embedding: [multilingual-e5-large](https://docs.pinecone.io/models/multilingual-e5-large)
1115-
- Reranking: [bge-reranker-v2-m3](https://docs.pinecone.io/models/bge-reranker-v2-m3)
1109+
To see the available models:
1110+
- [Embedding](https://docs.pinecone.io/guides/inference/understanding-inference#embedding-models)
1111+
- [Reranking](https://docs.pinecone.io/guides/inference/understanding-inference#reranking-models)
11161112

11171113
## Create embeddings
11181114

1119-
Send text to Pinecone's Inference API to generate embeddings for documents and queries.
1115+
Generate embeddings for documents and queries.
11201116

11211117
```typescript
11221118
import { Pinecone } from '@pinecone-database/pinecone';

0 commit comments

Comments
 (0)