slevin48 / openai

🐱ChatGPT-like Bot🤖 with OpenAI API
https://chat48.streamlit.app/
MIT License
2 stars 10 forks source link

Investigate Langchain #14

Open slevin48 opened 1 year ago

slevin48 commented 1 year ago

LangChain 101: Working With The New ChatGPT API YouTube · Data Independent https://youtu.be/e9P7FLi5Zy8 Playlist: https://youtube.com/playlist?list=PLqZXAkvF1bPNQER9mLmDbntNfSpzdDIU5

Documentation: https://langchain.readthedocs.io/

slevin48 commented 1 year ago

https://pub.towardsai.net/inside-langchain-the-open-source-llm-framework-everyone-is-talking-about-22f69e4bf808

slevin48 commented 1 year ago

https://www.steamship.com/build/langchain-apps

slevin48 commented 1 year ago

LlamaIndex 🦙 (GPT Index) https://gpt-index.readthedocs.io/en/latest/

https://llamahub.ai/ Connect custom data sources to your LLM with one or more of these loaders (via LlamaIndex or LangChain)

https://bootcamp.uxdesign.cc/a-step-by-step-guide-to-building-a-chatbot-based-on-your-own-documents-with-gpt-2d550534eea5

https://beebom.com/how-train-ai-chatbot-custom-knowledge-base-chatgpt-api/

slevin48 commented 1 year ago

https://github.com/Unstructured-IO/unstructured

slevin48 commented 1 year ago

Agents and End-to-end Example: GPT+WolframAlpha Video walkthrough and interview with creator James Weaver https://youtu.be/wYGbY811oMo Wolfram article: https://writings.stephenwolfram.com/2023/01/wolframalpha-as-the-way-to-bring-computational-knowledge-superpowers-to-chatgpt/

slevin48 commented 1 year ago

Microsoft Semantic Kernel https://devblogs.microsoft.com/semantic-kernel/hello-world/ https://www.linkedin.com/learning/introducing-semantic-kernel-building-ai-based-apps/introducing-semantic-kernel https://learn.microsoft.com/fr-fr/semantic-kernel/howto/schillacelaws https://learn.microsoft.com/en-us/semantic-kernel/overview/

Microsoft Azure OpenAI examples: https://techcommunity.microsoft.com/t5/ai-applied-ai-blog/revolutionize-your-enterprise-data-with-chatgpt-next-gen-apps-w/ba-p/3762087 https://github.com/Azure-Samples/azure-search-openai-demo image

slevin48 commented 1 year ago

https://github.com/mobarski/ask-my-pdf

slevin48 commented 1 year ago

Create a new agent:

Talk to your CSV & Excel with LangChain https://www.youtube.com/watch?v=xQ3mZhw69bc

Code: https://github.com/hwchase17/langchain/blob/master/langchain/agents/agent.py https://github.com/hwchase17/langchain/blob/master/langchain/tools/python/tool.py

Designing a Tool to interface any Python custom function: https://github.com/hwchase17/langchain/issues/832 https://community.openai.com/t/how-a-llm-based-application-integrates-a-custom-function-api/27887/3

slevin48 commented 1 year ago

Course https://www.deeplearning.ai/short-courses/langchain-for-llm-application-development/