-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for Gemini, Claude through Langchain #225
Conversation
* feat(windows installer): check and install git * feat: update run_windows.bat * feat: Replace standalone Git installer with Portable Git * feat: support milvus vector db (#188) #none Signed-off-by: ChengZi <[email protected]> * feat: add github action to build docker for release (#168) #none * feat: update build push docker action * feat: remove tag trigger * feat: remove manual trigger * fix: update workflow * feat: update build-push-docker.yaml * fix: update workflow * fix: update workflow * fix: update workflow * refactor: comfort pre-commit * feat: update permission * feat: update docker support pdfjs * refactor: comfort pre-commit * feat: add support for Gemini, Claude through Langchain (#225) (bump:patch) * fix: disable default install for google-genai package * fix: disable default install for anthropic * fix: update on release event build push docker (#228) #none * fix: update on release event build push docker * refactor: comfort pre-commit * fix: limit fastapi version (#229) * fix: update requirements (#230) * style: fix pre-commit --------- Signed-off-by: ChengZi <[email protected]> Co-authored-by: ChengZi <[email protected]> Co-authored-by: kan_cin <[email protected]> Co-authored-by: Tuan Anh Nguyen Dang (Tadashi_Cin) <[email protected]>
* feat(windows installer): check and install git * feat: update run_windows.bat * feat: Replace standalone Git installer with Portable Git * feat: support milvus vector db (Cinnamon#188) #none Signed-off-by: ChengZi <[email protected]> * feat: add github action to build docker for release (Cinnamon#168) #none * feat: update build push docker action * feat: remove tag trigger * feat: remove manual trigger * fix: update workflow * feat: update build-push-docker.yaml * fix: update workflow * fix: update workflow * fix: update workflow * refactor: comfort pre-commit * feat: update permission * feat: update docker support pdfjs * refactor: comfort pre-commit * feat: add support for Gemini, Claude through Langchain (Cinnamon#225) (bump:patch) * fix: disable default install for google-genai package * fix: disable default install for anthropic * fix: update on release event build push docker (Cinnamon#228) #none * fix: update on release event build push docker * refactor: comfort pre-commit * fix: limit fastapi version (Cinnamon#229) * fix: update requirements (Cinnamon#230) * style: fix pre-commit --------- Signed-off-by: ChengZi <[email protected]> Co-authored-by: ChengZi <[email protected]> Co-authored-by: kan_cin <[email protected]> Co-authored-by: Tuan Anh Nguyen Dang (Tadashi_Cin) <[email protected]>
I am getting connection error after adding the API Key and Model Name in the configuration and testing the connection. I have tested and confirmed the API key and Model name are correct. |
@eddprogrammer can you provide more details or even attach a logs.txt for further investigation. Thanks |
Jimmy, sorry about the dump question - where can I find the log file? I am on Windows 10. |
@eddprogrammer If you're installing on Hugging Face, find the "logs" in the 3 dots Otherwise, you can check the terminal windows. You can either screenshot the logs on the terminal or copy and paste it to a .txt file. |
Description
Type of change
Checklist