We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf05dc commit 15cf2e1Copy full SHA for 15cf2e1
README.md
@@ -656,12 +656,6 @@ To utilise the cross-encoder, you follow the below code instructions:
656
# Define the location of your nltk data directory
657
data_path1 = llama_cpp.nlLoader()
658
659
-# Initialize the sentence-splitter function
660
-paragraphs1 = llama_cpp.sentSplit()
661
-
662
-# Define the passSearch function to join sentences
663
-passages1 = llama_cpp.passSearch()
664
665
# Load LlamaCpp GGUF embeddings model and parse in the searchQuery function with the scored passages to generate embeddings
666
username = os.getenv("USERNAME")
667
print("")
0 commit comments