https://github.com/AllAboutAI-YT/hackernews-llm-search
Hacker News AI Search
https://github.com/AllAboutAI-YT/hackernews-llm-search
Last synced: 4 months ago
JSON representation
Hacker News AI Search
- Host: GitHub
- URL: https://github.com/AllAboutAI-YT/hackernews-llm-search
- Owner: AllAboutAI-YT
- Created: 2024-04-17T12:45:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T13:30:44.000Z (12 months ago)
- Last Synced: 2024-08-13T07:07:35.917Z (8 months ago)
- Language: Python
- Size: 1.1 MB
- Stars: 27
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - AllAboutAI-YT/hackernews-llm-search - Hacker News AI Search (Python)
README
# Hacker News AI Search
### YouTube Tutorial
[](https://www.youtube.com/watch?v=XlTz-TmrLJg)### Setup
1. git clone https://github.com/AllAboutAI-YT/hackernews-llm-search.git
2. cd dir
3. create venv if needed
4. pip install -r requirements.txt
5. SET Your API KEY in .env
6. Install Ollama if needed (https://ollama.com/download)
7. Adjust top_k and chunksize if needed
8. run raghack.py
### My YouTube Channel
https://www.youtube.com/c/AllAboutAI### Hacker News
Hacker News is a specialized social news platform that serves the tech community, providing a space for discussion, sharing, and discovery of content relevant to programmers, entrepreneurs, and others in the industry.
https://news.ycombinator.com/### Sentence Transformer
https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2### What is RAG?
RAG is a way to enhance the capabilities of LLMs by combining their powerful language understanding with targeted retrieval of relevant information from external sources often with using embeddings in vector databases, leading to more accurate, trustworthy, and versatile AI-powered applications### What is Ollama?
Ollama is an open-source platform that simplifies the process of running powerful LLMs locally on your own machine, giving users more control and flexibility in their AI projects. https://www.ollama.com