lamini-ai / lamini

The Official Python Client for Lamini's API
https://lamini.ai/
Apache License 2.0
2.52k stars 151 forks source link

Unable to import RetrievalAugmentedRunner #36

Closed ParthMandaliya closed 9 months ago

ParthMandaliya commented 9 months ago

I cannot import RetrievalAugmentedRunner and DirectoryLoader, LaminiIndex, QueryEngine these classes also have the same problem. As per the official documentation, the correct way of importing these classes is directly from the lamini package. Also could not find these classes in the code here in this repo. I have also raised the same issue here.

I am running an Ubuntu 22.04 with Python 3.10.13.

If you need any more details, please do let me know.

edamamez commented 9 months ago

Hello, thank you for reaching out!

That is correct, we have moved those classes out of the lamini package. You can check out our RAG SDK to see how to write those classes now: https://github.com/lamini-ai/lamini-sdk/blob/main/03_RAG/rag.md

Sorry for the confusion, we are actively updating our docs to keep up with our latest changes.

If you would like some credits as thanks, please reach out to info@lamini.ai!