MEAI Tools
Use Pinecone operations as AIFunction tools with any Microsoft.Extensions.AI IChatClient.
This example assumes using Pinecone; is in scope and apiKey contains your Pinecone API key.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
Use Pinecone operations as AIFunction tools with any Microsoft.Extensions.AI IChatClient.
This example assumes using Pinecone; is in scope and apiKey contains your Pinecone API key.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |