This commit is contained in:
l.gabrysiak 2025-02-26 15:57:02 +01:00
parent 51b505b6c1
commit 520c5c631a
1 changed files with 1 additions and 1 deletions

View File

@ -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 ===