Alexander Druz

Results 18 comments of Alexander Druz

Hi @senhorinfinito,I apologize for the late response. The both steps you need are implemented already: 1. To load a CSV file first ensure that embeddings are saved as they are...

Hi @testerops01, I can imagine a couple of reasons for this: - Your API key is indeed incorrect. - Your API key is correct but you aren't using the intended...

@testerops01 I'm not sure if it is a bug or an allowed behavior, but starting from some point, `RecursiveCharacterTextSplitter` generates overlapping chunks starting from the same point. So the exception...

Hi @GabryDX, is the warning still there? If yes, which version of Python and Pandas are you using? I wanted to fix this, but I don't get any warnings.

The problem was that my Pandas version is too low (`2.0.3`) because of Python 3.8 support. The warning itself is addressed e.g. [here](https://github.com/pandas-dev/pandas/issues/57734) and the suggested solution is to disable...

Hi @superfabio02, we aren't using Spotlight in Docker, that's why this way of interacting is not yet supported out of the box. There are some small adjustments though you have...

Related Spotlight issue: https://github.com/Renumics/spotlight/issues/457

Hi @superfabio02, our fix is now merged (https://github.com/Renumics/renumics-rag/pull/21/files). It includes steps 1 and 2. Step 3.1 is included in `Makefile` (`make run-image-openai` and `make run-image-azure`), for step 3.2 you have...

Dear @andreaiacoponi, could you check this again? At my side, everything is working as expected. It could be a temporary issue at JustETF side.

Hey @andreaiacoponi, I updated the code so that in case of the former assertion, it prints the exact error code and saves the response itself to a local file. Could...