kotaemon icon indicating copy to clipboard operation
kotaemon copied to clipboard

An open-source RAG-based tool for chatting with your documents.

Results 352 kotaemon issues
Sort by recently updated
recently updated
newest added

### Description Hi, First of all, thank you for this great project! I have been experimenting with it and encountered an issue that I hope you can help me with....

bug

When using the following to run kotaemon in docker, the container exits. (Host is M2 Mac with Rosetta) `docker run --platform linux/amd64 -e GRADIO_SERVER_NAME=0.0.0.0 -e GRADIO_SERVER_PORT=7860 -p 7860:7860 -it taprosoft/kotaemon:v1.0`...

### Description I have the following error while uploading and indexing file (both in docker in direct installation) ![image](https://github.com/user-attachments/assets/85b1717d-2228-41ec-9518-79bdbb0a3c65) ![error](https://github.com/user-attachments/assets/58a8738e-10f0-43a4-9bce-521545335c38) ### Reproduction steps ```bash 1. Go to 'Files --> File...

bug

### Description tenacity.RetryError: RetryError[] ### Reproduction steps ```bash 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error ``` ### Screenshots ```bash ![DESCRIPTION](LINK.png) ```...

bug

Hey there! Super cool project. Thought I'd add some of the (yet to be documented) steps that I took to get the application working on my macbook pro with an...

The latest zip extracts to following files: ![image](https://github.com/user-attachments/assets/84e5d7ad-41b1-4e21-bae3-0d47ffbc9e78) After installation, conda and virtual environment is made, but when app.py is run it gives following error: ``` File "C:\kotaemon-app\app.py", line 3,...

Collecting git+https://github.com/Cinnamon/[email protected] Cloning https://github.com/Cinnamon/kotaemon.git (to revision v0.3.6) to c:\users\micha\appdata\local\temp\pip-req-build-5dizcuak ERROR: Error [WinError 2] 系統找不到指定的檔案。 while executing command git version ERROR: Cannot find command 'git' - do you have 'git' installed...

## Description - Please include a summary of the changes and the related issue. I added documentation to the readme that adds the steps I took to get the app...

Chatting about STEM related PDF documents that include LaTex syntax does not render properly into math symbols. ![image](https://github.com/user-attachments/assets/cca5f12b-de4c-4e63-aa36-96f9024aef42) Please see if you can use MathJax to render LaTex inside the...

### Reference Issues _No response_ ### Summary As it seems in https://hub.docker.com/r/taprosoft/kotaemon/tags there is no docker image for arm arch. Waiting for it ### Basic Example I want to pull...

enhancement