#Have there been any announcements for when SQL Server Management Studio will get Vector support?
5 messages · Page 1 of 1 (latest)
Have a look over here - https://github.com/microsoft/ai-agents-for-beginners/tree/main/05-agentic-rag/code_samples
Thanks for the response but none of this looks to be related directly to SQL or SSMS. We don't use Azure AI search or ChromaDB.
This is the issue I'm talking about:
While native vector search within SSMS is currently unavailable, you can still implement RAG with Semantic Kernel using a local vector database and connecting it to your SQL Server instance. This approach involves using a third-party vector database like Pinecone, Weaviate, or ChromaDB, which you can run locally. You can then use Semantic Kernel to connect these databases to your Semantic Kernel application.