Daethyra

Results 10 issues of Daethyra

# [ERR_MODULE_NOT_FOUND] I ran into this error after the docker container successfully builds. I use `docker build -t gpt-crawer . ; docker run -it gpt-crawler`. Before today, I've never had...

### Verify it's not a duplicate bug report - [X] I searched for similar bugs reported on GitHub and nobody has reported a similar issue. Search all issuees. - [X]...

bug

### Suggestion description: The project explores the potential of Retrieval Augmented Generation (RAG) in developing AI-driven applications. The project primarily employs LangChain's Python library to enable the creation of sophisticated...

Documentation

## Summary Add these somewhere in the repo: OWASP Top Ten, PayloadsAllTheThings, and Pentest Monkey Cheat Sheet

## Description A link is broken in the repository's README. ![image](https://github.com/user-attachments/assets/9eaea7b4-6057-4197-b93c-5f1e5f82c45a) >> Should be "Useful-Repositories" --- ### Solution I think it would be best to rename that directory since the...

## Description I want to create a Jupyter notebook that walks the user through using LangChain(LC) to call DeepSeek(DS), both via their official API and/or Ollama. 1. Notebook should start...

Documentation
Python

https://github.com/aemkei/jsfuck

https://pastebin.com/MhE6zXVt

[FreeStream](https://github.com/daethyra/freestream) has a bunch of code I could repurpose as code snippets for this project, like the tools in [`bot_tools.py`](https://github.com/Daethyra/FreeStream/blob/streamlit/freestream/pages/utils/bot_tools.py).

Feature/Functionality

- [ ] Create new Jupyter notebook - [ ] implement the latest LangChain API to leverage both FAISS & Pinecone vector databases - [ ] Load documents(text, PDF) into...

Feature/Functionality
Python