Lucas André
Lucas André
> I might have mitigated the issue by adding the chunk size to the embeddings: `embedding = OpenAIEmbeddings(deployment="embeddings",model="text-embedding-ada-002", chunk_size = 1)` Why did you choose chunk_size = 1? And can...
Thank you, I understood the difference between the chunk_size in the embeddings and in the text_splitter, they work differently, since in the embeddings it refers to the chunks per batch.
I got several warnings related to the chunk being bigger than 1, but even with those warnings I was able to load and use the chunks document.
yep, no issues besides those warnings.
Which error are you getting?
Is the json that you provided correctly formated? I got similar errors when trying to load a YAML file as JSON.
Hey @Luka7711, what is the value of the `appLocation` String? It looks like the value may be `C:\Program Files\...` and Java is trying to parse it after the first space...
Hello @ssbarnea, thanks for the possible solution. I tried in my self-hosted windows runner but it still did not work, even though the version of PowerShell.Archive is 1.2.5. Did you...
Hello, I am not sure if it is intended to, but anyone is able to edit the Wiki page of this repository. I could edit it without any supervision.
Hey @johanrosabal, complementing the @itkhanz response, this error may occur when you try to run WinAppDriver with Appium java and Selenium 4. Make sure to use the [appium-windows-driver](https://github.com/appium/appium-windows-driver) in order...