From 411b51695510e3f3391b0b15dbd9d1856dc06c64 Mon Sep 17 00:00:00 2001 From: "l.gabrysiak" Date: Wed, 26 Feb 2025 15:58:07 +0100 Subject: [PATCH] mod --- gemma-faiss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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