Insop
Insop
It would be great if you could add LM and RM to the related documents in `docs` folder.
> Thanks @insop. Added the LM docs. The RM docs are being developed in a background docs development (as the current version is missing most of the Retrievers) so will...
I think I see the same issue. My code is something like this ```compiled_rag=RAG(num_passages=num_passages) compiled_rag.load(f"compiled_rag.json") ``` And I got this error, and my branch is up-to-date (42a5943379d28d1673dc8fe332a3d596efdfc7a3) , I had...
Overall, LGTM. I made minor comments on the PR. Two questions about this PR and one general question: 1. I am using Azure APIs. If you think it is useful,...
@KCaverly Thank you for the update, I have not given a try, but since @bclavie has done the test. I will skip my test. @okhat DSPy is used for [this...
> Lots of cool stuff here - thank you all. Just to be clear @insop old openai is still fully supported! > > See intro.ipynb — it installs openai 0.28.1...
@animtel, thank you for the change. Would you mind adding an example of using OpenAI embedding? This will help the existing code to migrate to the newer code. The example...
I believe the `model_arg` was added originally to support Azure OpenAI API.