Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
^0.2.0^10.0.0^4.0.2^10.0.0^10.4.19^5.1.2^0.3.30^2.0.2^5.12.0^15.1.3^0.2.0^7.8.1^10.0.0^10.0.0^10.0.0^4.17.17^29.5.2^2.0.0^20.3.1^6.0.0^7.0.0^7.0.0^8.42.0^9.0.0^5.0.0^29.5.0^3.0.0^0.5.21^7.0.0^29.1.0^9.4.3^10.9.1^4.2.0^5.1.316
commits
Merge pull request #7 from aadyant27/aadyant/feat/monitoring
24b5e81View on GitHubIntegrated Prometheus & Grafana using docker in the application for monitoring API's req-res time
be722a4View on GitHubMerge pull request #6 from aadyant27/aadyant/feat/RAG
7d75e7cView on GitHubAdded augmented generation part of RAG, where after retreiving similar logs, we pass it to an LLM to generate the summary
dde5f54View on GitHubMerge pull request #5 from aadyant27/aadyant/feat/creating-embeddings
b7207e5View on GitHubImplemented pinecone & langchain code to store and retrieve embeddings
c322daaView on GitHubMerge pull request #4 from aadyant27/aadyant/feat/calculate-llm-cost
a555e59View on GitHubAdded a method to calculate estimate cost of an LLM request based on the model we are using | Dockerized the application
87f4f9cView on GitHubMerge pull request #3 from aadyant27/aadyant/feat/summarize-chunk
0fd7062View on GitHubCreated prompt for log-analysis and integrated OpenAI code to get summarized error logs
91e2939View on GitHubMerge pull request #2 from aadyant27/aadyant/feat/integrating-openAI
2c136fdView on GitHubIntegrated OPENAI | Installed configService to deal with .env variables
805dd8fView on GitHubMerge pull request #1 from aadyant27/aadyant/feat/parsing-logs
bf7e380View on GitHubAdded service filehandler that segregates logs recieved from POST API into meaningful chunks | Added chunking logic as well
f089d35View on GitHubAdded file limit and cases for bad-request in the controller
19fea5fView on GitHub