MyffinnMann / Log-Analysis-with-LLM

Analyzing logs using Large Language Models (LLMs) for insights and anomaly detection.
0 stars 0 forks source link

Log-Analysis-with-LLM

Analyzing logs using Large Language Models (LLMs) for insights and anomaly detection.

Dependencies:

langchain_community langchain torch torch_directml pathlib datetime langchain_huggingface.HuggingFaceEmbeddings Chroma Ollama with llama3.2

Installation

To install the required dependencies, run the following commands:

pip install langchain
pip install langchain-community
pip install torch
pip install torch-directml
pip install chromadb
pip install huggingface-hub
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
pip install argon2-cffi

links