fvaneijk
fvaneijk
@basil00 thanks for spending some time on this. You have been very helpful. We will continue our efforts to do some testing and hopefully be able to integrate WinDivert into...
I think the following may help... replace the main in ingest.py with the below ``` def main(device_type): # Load documents and split in chunks logging.info(f"Loading documents from {SOURCE_DIRECTORY}") documents =...
Looks like this has been taken care of in ingest.py: ``` def load_documents(source_dir: str) -> list[Document]: # Loads all documents from the source documents directory, including nested folders paths =...
If running on windows the following helped. I'm using a RTX 3090. Note that on windows by default llama-cpp-python is built only for CPU to build it for GPU acceleration...