mod
This commit is contained in:
parent
51b505b6c1
commit
520c5c631a
|
|
@ -12,7 +12,7 @@ from sentence_transformers import SentenceTransformer
|
|||
# === KONFIGURACJA ===
|
||||
model_name = "gemma:2b" # Nazwa modelu Ollama
|
||||
faiss_index_path = "faiss_index.idx" # Plik indeksu FAISS
|
||||
kodeks_file = "kodeks_pracy.txt" # Plik z treścią kodeksu pracy
|
||||
kodeks_file = "./docs/kodekspracy.txt" # Plik z treścią kodeksu pracy
|
||||
embedding_model = SentenceTransformer("all-MiniLM-L6-v2") # Model do embedowania tekstu
|
||||
|
||||
# === KROK 1: WCZYTYWANIE KODEKSU PRACY ===
|
||||
|
|
|
|||
Loading…
Reference in New Issue