Andrei Fajardo

Results 41 comments of Andrei Fajardo

@Yuhao-W submitted a PR to your fork/main branch. It brings in the necessary pants build files to pass our checks. [https://github.com/llm-platform-security/llama_index/pull/1](https://github.com/llm-platform-security/llama_index/pull/1)

@Yuhao-W looks like lint/fmt checks are failing. Can you please run: `make lint` and `make format` then commit and push?

> @nerdai Hi, Andrei. I see that some checks failed. Is there anything that needs to be changed? Hey @Yuhao-W sorry for the troubles. I took a look at the...

@Gzj369 dosu's reco on using OpenLLM seems like a good one. Does that at least cover the LLM aspect of your use case? For embeddings, would you be able to...

> Thank you! I've removed formatting the whole codebase and just formatted my new changes. thanks!

@EricLBuehler do you mind adding me to your fork? Looks like we need to do some pants related stuff (i.e. run `pants tailor ::` in the root of your project)

@EricLBuehler looks like we're running into error still: ``` E SyntaxError: keyword argument repeated: logprobs ```

> @nerdai, sorry for that mistake. It should be fixed now. All good -- thanks for the quick fix!

> It seems like the CI tests are failing because this integration depends on the `mistralrs` library. Would it be best if I update the CI to install and build...

> @nerdai, I just released `mistralrs` on pypi. However, it requires a Rust toolchain to build. Can we update the CI to install the Rust toolchain? Ah okay. Can it...