diff --git a/gemma-faiss.py b/gemma-faiss.py index 57aee65..bb41f58 100644 --- a/gemma-faiss.py +++ b/gemma-faiss.py @@ -10,7 +10,7 @@ import argparse from sentence_transformers import SentenceTransformer # === KONFIGURACJA === -model_name = "gemma:2b" # Nazwa modelu Ollama +model_name = "hse.ably.do:latest" # Nazwa modelu Ollama faiss_index_path = "faiss_index.idx" # Plik indeksu FAISS kodeks_file = "./docs/kodekspracy.txt" # Plik z treścią kodeksu pracy embedding_model = SentenceTransformer("all-MiniLM-L6-v2") # Model do embedowania tekstu