Commit Graph

3 Commits

  • .NET: Upgrade to .NET 10 (#2128)
    * Upgrade to .NET 10
    
    - Require .NET 10 SDK
    - Include net10.0 assets in all assemblies
    - Move net9.0-only targets to net10.0
    - Update LangVersion to latest
    - Remove complicated distinctions between debug target TFMs and release target TFMs
    - Remove unnecessary package dependencies when built into netcoreapp
    - Clean up some ifdefs
    - Clean up some analyzer warnings
    
    * Fix CI
  • .NET: [BREAKING] Simplify TextSearchProvider construction and improve Mem0Provider scoping. (#1905)
    * Simplify TextSearchProvider construction and improve Mem0Provider scoping
    
    * Fixing indentation.
  • .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.