Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to use as a library. #72

Open
homanp opened this issue Mar 1, 2024 · 2 comments
Open

Make it possible to use as a library. #72

homanp opened this issue Mar 1, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@homanp
Copy link
Contributor

homanp commented Mar 1, 2024

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 homanp added the enhancement New feature or request label Mar 1, 2024
@homanp homanp self-assigned this Mar 1, 2024
@homanp homanp added the help wanted Extra attention is needed label Mar 6, 2024
@simjak
Copy link
Contributor

simjak commented Mar 7, 2024

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

@homanp
Copy link
Contributor Author

homanp commented Mar 7, 2024

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

SDK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants