Fyin
Fyin copied to clipboard
Open source alternative to Perplexity AI with ability to run locally
Option to use an account and save searches
Add Openrouter
converted Bing endpoint and config response.json() to searxng params
Fixes #4 Add user account management and search history saving functionality. * **Dependencies**: Add `sqlx`, `bcrypt`, and `tokio` dependencies in `Cargo.toml`. * **Documentation**: Update `README.md` to include instructions for setting...
Fixes #3 Add Openrouter integration. * **Cargo.toml** - Add `openrouter` dependency. * **README.md** - Add Openrouter setup instructions. - Add Openrouter API key to environment variables section. - Add Openrouter...
Rust project (docker build) --> error[E0432]: unresolved import langchain_rust::embedding::FastEmbed --> src/llm.rs:4:43 | 4 | use langchain_rust::embedding::{Embedder, FastEmbed}; | ^^^^^^^^^ no FastEmbed in embedding > error: failed to select a version...
@JackAdamsJenkins I believe a recent pull-request, , added `src/search.rs`, but forgot to commit it into version-control.
This project currently cannot build without your `Cargo.lock`. If someone tries to build it, they will end up with a newer version of `langchain_rust`, which lacks `langchain_rust::embedding::FastEmbed`. Also, note that...