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

supporting local model for jupyter-ai with ollama #868

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/main'
# Conflicts:
#	docs/source/users/index.md
#	packages/jupyter-ai-magics/jupyter_ai_magics/embedding_providers.py
  • Loading branch information
xiayu committed Jul 2, 2024
commit 597b32579dab3a383b355956ff4bf498817f4c7b
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from langchain.pydantic_v1 import BaseModel, Extra
from langchain_community.embeddings import (
BedrockEmbeddings,
CohereEmbeddings,
GPT4AllEmbeddings,
HuggingFaceHubEmbeddings,
OllamaEmbeddings,
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.