Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
Jackson π©π
@jacks0n
Has anyone written a script to preload chat gpt threads with very large context info. Eg multiple pdfs + code + docs? Or do I have to write it now lol
2 replies
0 recast
0 reaction
Dean Pierce π¨βπ»ππ
@deanpierce.eth
GPT-4 context is like 8k tokens, not enough for much. The cool kids these days dump everything into a vector database, and then use terms from the prompt to max out the context window with relevant snippets of code and text etc, but that approach is still pretty limited.
1 reply
0 recast
2 reactions
Dean Pierce π¨βπ»ππ
@deanpierce.eth
Here's a great lesson from Andrew Ng on this topic: https://www.deeplearning.ai/short-courses/langchain-chat-with-your-data/
1 reply
0 recast
2 reactions
Jackson π©π
@jacks0n
thank you kind ser
0 reply
0 recast
1 reaction