ErikGL
ErikGL
I am quite new to this but the documentation seemed quite straightforward so I don't understand where did I mess up or what's happening here. ``` from bit import PrivateKey...
How to confirm that 'make_offer' was actually made? And how to confirm that the offer was accepted?
For the first part. I am quite new to python and all of this and I have hard time understanding when the trade offer was sent. Sometime I get no...
Right now when I am trying to pass request.FILES value to SimpleDirectoryReader I get an error: TypeError: expected str, bytes or os.PathLike object, not InMemoryUploadedFile How can I just pass...
I want to pull data with different data connectors from multiple sources. Let's say I want data from my google docs, slack and a txt file. I understand how to...
I can see only this example in the documentation: https://gpt-index.readthedocs.io/en/latest/how_to/custom_prompts.html Does this mean it only works with GPTTreeIndex and not with GPTSimpleVectorIndex? If I use it the same way on...
Is there a solution for when I set `similarity_cutoff` and there are no nodes with a high enough float point? Maybe there could be a separate prompt template for that...
I am having trouble using langchain with llama-index (gpt-index). I don't understand what is happening on the langchain side. When I use OpenAIChat as LLM then sometimes with some user...