super-rag icon indicating copy to clipboard operation
super-rag copied to clipboard

Make it possible to use as a library.

Open homanp opened this issue 1 year ago • 2 comments
trafficstars

Describe the issue

Make it possible to use Super-Rag as a Python library. Preferable syntax would be:

from super_rag import SuperRag

client = SuperRag(config)

# Create index
client.ingest(payload)

# Query index
client.query(payload)

# Delete embeddings
client.delete(payload)

homanp avatar Mar 01 '24 07:03 homanp

Is it like SDK with API? or a standalone library?

simjak avatar Mar 07 '24 10:03 simjak

Is it like SDK with API? or a standalone library?

SDK

homanp avatar Mar 07 '24 16:03 homanp