Commit Graph

1 Commits

  • .NET: Add rag samples with sample TextSearchStore (#1664)
    * Port store for adding text to a vector store to AF
    
    * Fix typo.
    
    * Change TextSearchStore to sample, and add sample to use it and do rag with a custom schema
    
    * Add more tests and fix broken ones
    
    * Fix merge issue
    
    * Fix sample after merge.
    
    * Convert TextSearchStore to use Dynamic mode to be AOT compatible.
    
    * Add some more clarification on when to use assistant messages in rag searches.