Pablo Valdunciel Sanchez
Pablo Valdunciel Sanchez
@kcambrek I believe that having install `modal` interfers with the import of `modAL-python`. I deleted the virtual enviroment and reinstalled all the requirements, including `modAL-python>=0.4.1`. The problem was solved. If...
Same issue. Any Updates?
Trying to finish this up but I am facing issues with the [Pinecone.jl](https://github.com/tullytim/Pinecone.jl) package. The last released version was [v1.0](https://github.com/tullytim/Pinecone.jl/releases). However, the version that gets installed is `v2.0.0`. In this...
In the end I have customised the `auto_session_timeout_js` script and added the parameters, previously included in the HTML body, as query params of the `timeout_path`: ```ruby module AutoSessionTimeoutHelper # Custom...
I would like to add support for [Azure OpenAI](https://azure.microsoft.com/en-gb/products/ai-services/openai-service/).
I am going to take care of this one. I would happily help to move the RAG functionality into a separate package too. Let me know if you want to...
I would like to implement this first, since I have already invested some time on it. I can take care of the Pinecode support afterwards, it that's stopping the RAG...
By the way, [here](https://qdrant.tech/articles/scalar-quantization/)'s a more detailed explanation of scalar quantization. It's a reference in the article you provided
Understood. I have extended the package for support linear quantization of signed integers (see [PR](https://github.com/milankl/LinLogQuantization.jl/pull/13)). I can copy the two necessary functions to implement the Int8 index without adding the...