Hemanth HM
Hemanth HM
Something on the lines of [lazyclone](http://stackoverflow.com/questions/12058705/a-better-way-to-do-git-clone?answertab=votes#tab-top) will be useful? //cc @spacewander
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
I am using `@mediapipe/tasks-genai/wasm` and generating the response. Missing context? https://github.com/google-deepmind/gemma/assets/18315/06a36d83-dc07-426d-9fd9-57d7c7813049
Trying RAG with gemma and langchain: ```py # Load and split documents loader = WebBaseLoader("https://h3manth.com") data = loader.load() text_splitter = RecursiveCharacterTextSplitter(chunk_size=500, chunk_overlap=0) all_splits = text_splitter.split_documents(data) # Create vector store vectorstore...
A simple prompt to asking What is electroencephalography? using the below setup: ``` from langchain_community.llms.huggingface_pipeline import HuggingFacePipeline hf = HuggingFacePipeline.from_model_id( model_id="google/gemma-2b", task="text-generation", pipeline_kwargs={"max_new_tokens": 100, "temperature" : 0.8, "do_sample": True}, )...
### Bug Description `GeminiMultiModal(model_name="models/gemini-pro-vision")` fails even though the model name is valid? ```py GEMINI_MM_MODELS = ( "models/gemini-pro-vision", "models/gemini-ultra-vision", ) ``` ### Version 0.10.20 ### Steps to Reproduce ```sh %pip install...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...
Shorthand. //cc @addyosmani