LittleLittleCloud / Torchsharp-phi

Torchsharp port of phi-series model
7 stars 2 forks source link

Retrieval Augmented Generation (RAG) #14

Open GeorgeS2019 opened 6 days ago

GeorgeS2019 commented 6 days ago

Is there example of RAG using TorchSharp-Phi?

LittleLittleCloud commented 5 days ago

This package will be the torchsharp implementation for phi model, nothing more, nothing less. For rag please refer to LLM SDKs like semantic kernel or autogen.

GeorgeS2019 commented 5 days ago

so far, I could not find c# example for RAG, almost all provided are python.

LittleLittleCloud commented 5 days ago

what kind of rag example are you looking for, maybe you can provide a python sample and I can help you find a corresponding C# one?