Skip to content

Commit

Permalink
Use stable embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonBohdan committed Jan 17, 2024
1 parent ed7f9df commit a75c702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_llm_gemini/gemini.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

import os
from vertexai.preview.generative_models import GenerativeModel, Content, Part
from vertexai.preview.language_models import TextEmbeddingModel
from vertexai.language_models import TextEmbeddingModel
from openai.embeddings_utils import distances_from_embeddings

from typing import List, Dict
Expand Down

0 comments on commit a75c702

Please sign in to comment.