Open Source RAG running LLMs locally with Ollama

  Рет қаралды 30,506

Weaviate • Vector Database

Weaviate • Vector Database

Күн бұрын

Пікірлер: 53
@JohnPamplin
@JohnPamplin 7 ай бұрын
Your "All Your Base Are Belong To Us" ending just earned a subscription from me. WHAT YOU SAY!
@divyaraj-rana
@divyaraj-rana 5 ай бұрын
Really amazing innovation by Weaviate team! Their workshops speaks about their groundbreaking applications and making it open-source.
@mohz832
@mohz832 8 ай бұрын
Why the layout of the installed version via pip is not the same as your demo? Also, how can we use PDF files without an API key from Unstructured? I believe this is still a showstopper for most of us.
@kapkanfps3694
@kapkanfps3694 8 ай бұрын
Might have to give a try, the ending is hilarious nostalgic 😂
@arpitaingermany
@arpitaingermany 4 ай бұрын
I am not able to view the Overview
@iandanforth
@iandanforth 8 ай бұрын
Very exciting! Thanks for all the hard work. (and fun Easter eggs)
@wojciechperchuc2734
@wojciechperchuc2734 7 ай бұрын
Love the background music ❤ You can feel the Berlin vibe ;)
@jagrat12354
@jagrat12354 5 ай бұрын
I wonder if it can read data from a sql database directly ?
@rodericksweet6546
@rodericksweet6546 8 ай бұрын
This is exactly what I have been looking for. However, I install it and none of the variables seem to populate the application. At lease none are showing.
@AnugrahPrahasta
@AnugrahPrahasta 8 ай бұрын
One of the best RAG opensource I installed.
@Weaviate
@Weaviate 8 ай бұрын
facts 💚
@JenuelDevTutors
@JenuelDevTutors 8 ай бұрын
is their an API where I can use to upload data? rather than uploading it in the admin ui. and also is their a way to access chat through api as well so that I can use the chat inside any website or apps?
@kyudechama
@kyudechama 7 ай бұрын
I would like to know as well!
@jordan-kz3rx
@jordan-kz3rx 4 ай бұрын
It seems that the chat is calling @app.websocket("/ws/generate_stream") which is ran on the server at localhost:8000
@stebansb
@stebansb 8 ай бұрын
hey, this is awesome. Also love the end of the video, brings back memories!
@philipvollet
@philipvollet 8 ай бұрын
kzbin.info/www/bejne/h6PEYqKNma-EhtUsi=outDexl5AGXlNTOW
@AlangHsu
@AlangHsu 8 ай бұрын
Thank you for the open-source project. It's great.
@saulyarhi675
@saulyarhi675 7 ай бұрын
This is beautiful. I'm working with 5 classmates (electromechanical and software engineering college) on a proyect, we developed a tiny robot able to chat with patients as a co therapist, using a raspberry pi and a LLM. But the hallucinations are way too dangerous here, so i suggested to my team we start implementing RAG. Generating and "validating" the psychology database is really, really, really time consuming, it's hard, tricky and it takes a long time to have good quality examples, but we are pretty sure it's gonna be 100% worth it. I just had knowledge of Ollama and i would love to try out Verba in our prototype, so people in need can start getting attention and we can right away start recollecting data from the final model already deployed. I would love to collaborate with you guys, I'm such an enthusiast of opensource communities and corporations, and I loved the concept you evoke so much.
@christenjacquottet9799
@christenjacquottet9799 8 ай бұрын
Is it more recommended to break down your markdown blogs into separate files rather than one big file to ingest? I tried with one big file and didn’t get accurate results
@Pregidth
@Pregidth 7 ай бұрын
This is very cool! Thank you! Can I distribute just the chat interface without the configuration behind?
@MrAnkitnakra
@MrAnkitnakra 6 ай бұрын
Very helpful , I am able to set up on local host , however not able to ingest data, trying to upload a PDF
@tusharbhatnagar8143
@tusharbhatnagar8143 8 ай бұрын
Quick question. Does setting up and using Verba support Windows or WSL? Also, what exactly is the process. Does it simply work like a RAG app off the shelf after setup or we need to have weviate DB running on the side as well.
@Weaviate
@Weaviate 8 ай бұрын
Weaviate Embedded isn't currently supported on Windows but we're working on it! On other devices, Weaviate Embedded is setup automatically and locally in the background when installing Verba, but you also got other deployment options such as Docker or using a Free Sandbox Cluster Hosted on our Cloud Platform (console.weaviate.cloud/)
@tusharbhatnagar8143
@tusharbhatnagar8143 8 ай бұрын
@@Weaviate Got it. Will have to wait it out then to try it on Windows or WSL as those are the primary devices at my org.
@benwatson5211
@benwatson5211 8 ай бұрын
I saw that people were requesting a windows deployment almost 12 months ago. Are you actively working on this or not? @weaviate
@tusharbhatnagar8143
@tusharbhatnagar8143 8 ай бұрын
@@benwatson5211 I don't think they are. They just replied to me yesterday about the status and incompatibility.
@kanunssol1246
@kanunssol1246 7 ай бұрын
Does this have user limitation (user accounts) like openwebui and Danswer? Please reply. Thanks
@KOTAGIRISIVAKUMAR
@KOTAGIRISIVAKUMAR 7 ай бұрын
can anyone help me with the alternatives to the verba?
@tlfmcooper
@tlfmcooper 8 ай бұрын
This looks great. Can I deploy verba to the cloud? Please provide a link to the resource if available
@MrRaja
@MrRaja 7 ай бұрын
How do I speed up the Vectorizing of Documents?
@TechTrek-su7hl
@TechTrek-su7hl 8 ай бұрын
Could you let us know how did you create this animation/gif please?
@freddiechipres
@freddiechipres 7 ай бұрын
Awesome app you guys. Is it possible to add OCR capability?
@m.c.4458
@m.c.4458 4 ай бұрын
I have been making my own local rag. for my professon. Just using prompt engineering :P I know how hard this is to achieve.
@SamiBenSalah
@SamiBenSalah 7 ай бұрын
the use of GPU is highly recommended but not so clear. I am using Verba on my WSL on Windows but as it is using only CPU, it is kind of slow. How can I plug my GPU to help?
@m.c.4458
@m.c.4458 4 ай бұрын
kuda/ nvidia - check what you have, mske sure of compatibikity with your python version and package - it is a big job for windows users it took me ages to activate kuda. but not with this program.
@blueedu4958
@blueedu4958 8 ай бұрын
all your base are belong to us! Brilliant 🙂😍😎😎😎
@Weaviate
@Weaviate 8 ай бұрын
Yes they are!
@philipvollet
@philipvollet 8 ай бұрын
kzbin.info/www/bejne/h6PEYqKNma-EhtU
@trvsgrant
@trvsgrant 8 ай бұрын
How is this different than chatrtx?
@DerekDickerson
@DerekDickerson 8 ай бұрын
the installer and the env information needs allot of work
@JimMendenhall
@JimMendenhall 8 ай бұрын
Very nice work!
@marilynlucas5128
@marilynlucas5128 8 ай бұрын
Good job guys!
@mikestaub
@mikestaub 7 ай бұрын
Great job!
@Mr6499
@Mr6499 7 ай бұрын
Not free ! you're giving your Base to Weaviate!
@Adante.
@Adante. 8 ай бұрын
Can this be connected to via an api for external apps? eg: Automation of emailing facts about ingested data to someone interested/able to receive email responses
@botondvasvari5758
@botondvasvari5758 8 ай бұрын
demo is empty
@martin22336
@martin22336 8 ай бұрын
Useful with small models like phi3.
@igorshingelevich7627
@igorshingelevich7627 7 ай бұрын
Sounds interesting.
@restrollar8548
@restrollar8548 6 ай бұрын
Like the tech, but the health use case is really clunky and very simple. Medical data is messy and you would obviously be asking patients most of these questions, not an LLM!
@ApeOfGod1
@ApeOfGod1 8 ай бұрын
3.1.0 != 3.10.0.
@arpitaingermany
@arpitaingermany 4 ай бұрын
But again sharing private info to this company can be dangerous, so uploading documents is a doubt
@handler007
@handler007 7 ай бұрын
ohhh... buttons. NAH
@AtomicPixels
@AtomicPixels 7 ай бұрын
Don’t use rag. Use efficient decision graph networks that actually work like soul reasoning
Let's Use AI to Create Data!
17:31
Weaviate • Vector Database
Рет қаралды 2 М.
Unlimited AI Agents running locally with Ollama & AnythingLLM
15:21
Tim Carambat
Рет қаралды 173 М.
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
Advanced AI Agents with RAG
10:02
Weaviate • Vector Database
Рет қаралды 8 М.
Chat With Your Data With Verba
13:38
Weaviate • Vector Database
Рет қаралды 2,1 М.
RAG from the Ground Up with Python and Ollama
15:32
Decoder
Рет қаралды 37 М.
Run ALL Your AI Locally in Minutes (LLMs, RAG, and more)
20:19
Cole Medin
Рет қаралды 355 М.
Is Tree-based RAG Struggling? Not with Knowledge Graphs!
9:06
LangChain and Ollama: Build Your Personal Coding Assistant in 10 Minutes
18:48
AI Software Developers
Рет қаралды 11 М.
I Analyzed My Finance With Local LLMs
17:51
Thu Vu data analytics
Рет қаралды 503 М.
LLaMA 405b Fully Tested - Open-Source WINS!
10:02
Matthew Berman
Рет қаралды 83 М.
GraphRAG: LLM-Derived Knowledge Graphs for RAG
15:40
Alex Chao
Рет қаралды 135 М.
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН