Skip to content
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

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

taprosoft
Copy link
Collaborator

Description

Type of change

  • New features (non-breaking change).
  • Bug fix (non-breaking change).
  • Breaking change (fix or feature that would cause existing functionality not to work as expected).

Checklist

  • I have performed a self-review of my code.
  • I have added thorough tests if it is a core feature.
  • There is a reference to the original bug report and related work.
  • I have commented on my code, particularly in hard-to-understand areas.
  • The feature is well documented.

@taprosoft taprosoft merged commit 05245f5 into main Sep 5, 2024
8 checks passed
@taprosoft taprosoft deleted the feat/llm_vendors branch September 5, 2024 14:58
cin-albert pushed a commit to cin-albert/kotaemon that referenced this pull request Sep 6, 2024
taprosoft added a commit that referenced this pull request Sep 8, 2024
* 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]>
phv2312 pushed a commit to phv2312/kotaemon that referenced this pull request Sep 11, 2024
phv2312 added a commit to phv2312/kotaemon that referenced this pull request Sep 11, 2024
* 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]>
@eddprogrammer
Copy link
Contributor

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.

@cin-jimmy
Copy link
Collaborator

@eddprogrammer can you provide more details or even attach a logs.txt for further investigation. Thanks

@eddprogrammer
Copy link
Contributor

logs.txt

Jimmy, sorry about the dump question - where can I find the log file? I am on Windows 10.

@cin-jimmy
Copy link
Collaborator

@eddprogrammer If you're installing on Hugging Face, find the "logs" in the 3 dots
image

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.

@eddprogrammer
Copy link
Contributor

Thanks Jimmy - see screenshot below from both UI and the Terminal. There is not much info on the terminal window though.
image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Anthropic
3 participants