Support for C# / Python / Semantic Kernel
We're looking at adding support for vespa.ai in Semantic Kernel, as a backend for semantic memory, but apparently there are no clients for C# and Python. I was wondering if you plan offering C# and Python clients, or would suggest a different integration that doesn't require client code? Thanks
Hi! There are python bindings at https://pyvespa.readthedocs.io/en/latest/ - this is not the full API, it is targeted for relevance experiements / trying out Vespa from python code.
But I think you will come a long way by using the https://docs.vespa.ai/en/query-api.html and https://docs.vespa.ai/en/document-v1-api-guide.html - these will let you feed/get/update/delete documents, and query them - please let us know how they fit your use case