Lukas Kreussel

Results 114 comments of Lukas Kreussel

@louisgv Whats the plan going forward on this? Can you take over and handle the auto update stuff?

I agree, but i have no idea how the UI stuff works 😅

`sqlite-vss` looks promising, i especially like that it's based on `FAISS` which i already used in IR tasks with >1M documents where it performed good. You just have to keep...

@louisgv You could probably use the `build.rs` of your tauri project to copy the correct dlls/so files to an '\dlls' folder in your build target which you can then always...

You should move it back until https://github.com/rustformers/llm/pull/325 gets mergen, then i can take a look at including the dlls.

I get your point about not needing to use the version number to determine the model type. However, in my project where I'm integrating Falcon support into [rustformers/llm](https://github.com/rustformers/llm), the unusual...

Hello, This project was created as a basic demonstration to illustrate some aspects of my ongoing work. It leverages [haystack](https://haystack.deepset.ai/) as a backend. Consequently, any method that enables the import...

@JoeMattathil As previously stated i wouldn't recommend to use this project as most of the functionality is currently also available in more production ready libraries like [haystack](https://haystack.deepset.ai/).

Would also love to see this implemented 👀

I just pulled the last nightly build: `main-v1.77.7-nightly` The bug still happens when i want to update anything in a virtual key. Makes litellm preaty much unusable, since i cant...