7 ms·
Ask HN: How to use OpenAI API with my own data?
I want to train Chat GPT or basically use GPT-3 from Open AI with my own data. How can i do it? How have you been doing it?
I'm looking for resources that could give me the right direction to start using Chat GPT with my own data.
Basically i want to create a search engine using Chat GPT-3 with my own data. My data basically consists of texts written in portuguese. Is it possible?
- deleted 4y ago[deleted]
- williamcotton 4y agoHere's an approach that has been gaining some popularity: https://supabase.com/blog/chatgpt-supabase-docs https://supabase.com/blog/chatgpt-supabase-docs And here's the HN discussion from today: https://news.ycombinator.com/item?id=34695306 https://news.ycombinator.com/item?id=34695306
- CrypticShift 4y agoLook at https://github.com/jerryjliu/gpt_index https://github.com/jerryjliu/gpt_index A Local alternative to GPT -> https://github.com/debanjum/khoj https://github.com/debanjum/khoj
- phpisatrash 4y agothanks! i gonna take a look at it