You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A c# interface should be even easier to implent than the Python one? I guess you just use web sockets internally? I thought I could port the code to managed C++ or even all the code to C#. C# is very efficient except with recursion. Otherwise I could develop a C# Rest or gRPC interface with your http interface?
Actually I found this https://github.com/dotnet/ClangSharp so with that I can write a C# api using your Clang code? Sorry I am really not a Python fan.
Currently, Infinity provides three types of interfaces:
SQL, currently only for testing;
HTTP has been basically completed, you can refer to this document HTTP API and #779;
SDK based on Apache thrift, IDL
For C# SDK or API, it is also based on Apache thrift. If you are interested in this, we welcome you to contribute.
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
Describe the feature you'd like
A .net API please?
Describe implementation you've considered
I use Azure RAG now.
Documentation, adoption, use case
Additional information
No response
The text was updated successfully, but these errors were encountered: