Issue 159 update requiremnts to specify working versions#160
Open
tjohnson-somalogic wants to merge 1 commit intodocker:mainfrom
Open
Issue 159 update requiremnts to specify working versions#160tjohnson-somalogic wants to merge 1 commit intodocker:mainfrom
tjohnson-somalogic wants to merge 1 commit intodocker:mainfrom
Conversation
| from langchain_community.embeddings import OllamaEmbeddings | ||
| from langchain_community.embeddings import BedrockEmbeddings | ||
| from langchain_community.embeddings.sentence_transformer import SentenceTransformerEmbeddings | ||
| from langchain_community.embeddings.huggingface import HuggingFaceEmbeddings |
There was a problem hiding this comment.
Suggested change
| from langchain_community.embeddings.huggingface import HuggingFaceEmbeddings | |
| from langchain_community.embeddings.sentence_transformer import SentenceTransformerEmbeddings |
| logger.info("Embedding: Using Google Generative AI Embeddings") | ||
| else: | ||
| embeddings = SentenceTransformerEmbeddings( | ||
| embeddings = HuggingFaceEmbeddings( |
There was a problem hiding this comment.
Suggested change
| embeddings = HuggingFaceEmbeddings( | |
| embeddings = SentenceTransformerEmbeddings( |
| neo4j | ||
| streamlit | ||
| sentence_transformers==2.2.2 | ||
| sentence_transformers==2.6.0 |
There was a problem hiding this comment.
Suggested change
| sentence_transformers==2.6.0 | |
| sentence_transformers |
| langchain-core==0.2.1 | ||
| langchain-openai | ||
| langchain-community | ||
| langchain-community==0.2.1 |
There was a problem hiding this comment.
Suggested change
| langchain-community==0.2.1 | |
| langchain-community |
Comment on lines
+17
to
+18
| langchain-huggingface==0.0.2 | ||
| langchain-core==0.2.1 |
There was a problem hiding this comment.
Suggested change
| langchain-huggingface==0.0.2 | |
| langchain-core==0.2.1 |
| langchain-community | ||
| langchain-community==0.2.1 | ||
| langchain-google-genai | ||
| # Do more of these versions need to be fixed? |
There was a problem hiding this comment.
Suggested change
| # Do more of these versions need to be fixed? |
Raphael-Marchetti-Calciolari
left a comment
There was a problem hiding this comment.
I've tested on my Mac, just by removing the version on the sentence-transformers it worked on my environment, please review if this change solves it for you as well.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #159