multi-mediawiki-rag
multi-mediawiki-rag copied to clipboard
A simple RAG chatbot that can retrieve from a mediawiki data dump
Bumps the node-requirements group with 1 update: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.6.2 to 5.6.3 Release notes Sourced from typescript's releases. TypeScript 5.6.3 For release notes, check out the release announcement....
Bumps the python-requirements group with 2 updates: [langchain](https://github.com/langchain-ai/langchain) and [langchain-community](https://github.com/langchain-ai/langchain). Updates `langchain` from 0.3.2 to 0.3.3 Release notes Sourced from langchain's releases. langchain-core==0.3.3 Changes since langchain-core==0.2.41 core: release 0.3.3 (#26713)...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.25.0 to 0.27.0. Release notes Sourced from aquasecurity/trivy-action's releases. v0.27.0 What's Changed ci: use setup-trivy to install Trivy by @DmitriyLewen in aquasecurity/trivy-action#406 chore: update description for scanners...
Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 6.8.0 to 7.1.0. Release notes Sourced from super-linter/super-linter's releases. v7.1.0 7.1.0 (2024-08-27) 🚀 Features add pyink as a Python formatter (#6083) (5b13ace) format JSONC and JSON5 with...
**Is your feature request related to a problem? Please describe.** Use the same api for Embeddings and RAG **Describe the solution you'd like** https://ollama.com/blog/embedding-models
**Is your feature request related to a problem? Please describe.** The context given from a retrieval can be compressed before given to Ollama for processing, which allows for more text...