Open westey-m opened 3 months ago
Here are the steps that I'd like to see:
Step1_VectorStore_CRUD
- Using InMemory introduce the core concepts i.e.
Step2_VectorStore_Search
- Using InMemory show how to perform search
Step3_VectorStore_Configuration
- Show how to switch between different Vector Stores and what gotchas exist
Step4_VectorStore_Advanced_DataModels
- Dynamic data models, custom mappers, ...
Create a getting started project for using the new VectorStore implementations.
Use https://github.com/microsoft/semantic-kernel/pull/7604 as created by @markwallace-microsoft as a starting point.