mod
This commit is contained in:
parent
520c5c631a
commit
411b516955
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue