kan_cin
kan_cin
Hi, can you remove the `install_dir` and reinstall again? And during the install can you share us the logs if error occurs ?
The second error message show that you have a problem with git. Can you help to install the git by document here https://git-scm.com/download/win . Remember to add it to your...
I found some similar issue on another repo and got resolved here https://github.com/stefmolin/Hands-On-Data-Analysis-with-Pandas-2nd-edition/issues/3
@thefirstLeonliao I doubt that you have problem while installing. Can you try to remove the install_dir, and run the script (run_window.bat if you are window user) to install it again...
Hmm, Can you try out the following: ``` conda activate D:\AI\kotaemon-app\install_dir\env\ pip install -e "libs/kotaemon[all]" pip install -e "libs/ktem" ``` Then, re-run the script IF any error occures, besides the...
@thefirstLeonliao I doubt you do not have a correct python version, normally we will use conda to create the virtual environment. **It's recommend python 3.10** to make kotaemon work normally...
Thank @Niko-La for your advice. We will consider adding it. In the mean time you can take a look at this PR https://github.com/Cinnamon/kotaemon/pull/165 which has already provided the docker-compose
Hi @taprosoft @cin-niko. Sorry for no update for long time. Can you help to review this PR again
Hi @cin-niko and @taprosoft . I have updated according to niko's comments and rebased from the latest master already. Can you help to check this PR again ?
Hi @Niko-La , you can check the success of indexing steps by Files -> File Collection (or your Collection). IF you can see the chunks & its content. You're almost...