Gebruikershulpmiddelen

Site-hulpmiddelen


longchain

Verschillen

Dit geeft de verschillen weer tussen de geselecteerde revisie en de huidige revisie van de pagina.

Link naar deze vergelijking

Beide kanten vorige revisieVorige revisie
Volgende revisie
Vorige revisie
longchain [2024/01/20 15:46] a3dijkelongchain [2024/05/07 09:39] (huidige) – [LangChain] a3dijke
Regel 8: Regel 8:
 [[https://www.youtube.com/watch?v=I4mFqyqFkxg|LangChain is AMAZING | Quick Python Tutorial]]\\ [[https://www.youtube.com/watch?v=I4mFqyqFkxg|LangChain is AMAZING | Quick Python Tutorial]]\\
 **[[https://pub.aimind.so/building-a-custom-chat-agent-for-document-qa-with-langchain-gpt-3-5-and-pinecone-e3ae7f74e5e8|Building a Custom Chat Agent for Document QA with Langchain, GPT-3.5 and Pinecone]]** ✨ **[[https://pub.aimind.so/building-a-custom-chat-agent-for-document-qa-with-langchain-gpt-3-5-and-pinecone-e3ae7f74e5e8|Building a Custom Chat Agent for Document QA with Langchain, GPT-3.5 and Pinecone]]** ✨
 +
 +[[https://www.youtube.com/watch?v=x0AnCE9SE4A|YouTube: LangChain GEN AI Tutorial – 6 End-to-End Projects using OpenAI, Google Gemini Pro, LLAMA2 (4uur)]]
  
 **[[https://nanonets.com/blog/langchain/|A Complete LangChain Guide]]** geweldige bron van informatie! ✨\\ **[[https://nanonets.com/blog/langchain/|A Complete LangChain Guide]]** geweldige bron van informatie! ✨\\
Regel 24: Regel 26:
  
 -> **[[https://python.langchain.com/docs/integrations/chat/openai|ChatOpenAI -> LangChain Ook met eigen finetune Model]]** -> **[[https://python.langchain.com/docs/integrations/chat/openai|ChatOpenAI -> LangChain Ook met eigen finetune Model]]**
 +
 +=== LANGSMIT ===
 +
 +-> [[https://www.langchain.com/langsmith|LangSmit home]]\\
 +-> **[[https://smith.langchain.com/o/b86f3383-ade2-50b1-9977-55be3f020f63/|LangSmit werkomgeving]]**✨\\
 +-> [[https://www.youtube.com/watch?v=jx7xuHlfsEQ&t=221s|Langsmit video]]\\
 +-> **[[https://www.youtube.com/watch?v=bE9sf9vGsrM|Getting started with LangSmith - Integrating with LANGCHAIN powered Web Applications & Chatbots]]**\\
 +-> **[[#langsmith_traces_aanzetten|Langsmith gebruiken in applicatie]]**
 +
 +=== Semantic Router ===
 +
 +**[[agents|Semantic Router]]** ✨
 +
 +----
  
 LangChain: Een Brug Tussen Python en Grote Taalmodellen LangChain: Een Brug Tussen Python en Grote Taalmodellen
Regel 57: Regel 73:
  
 [[https://blog.langchain.dev/langchain-v0-1-0/|LangChain v0.1.0 - DEV BOG]]\\ [[https://blog.langchain.dev/langchain-v0-1-0/|LangChain v0.1.0 - DEV BOG]]\\
 +[[https://python.langchain.com/docs/get_started/introduction|Documents]]\\
 +[[https://python.langchain.com/docs/integrations/providers|Intergraties]]
 [[https://www.youtube.com/watch?v=FbUhHUeI3ZU|YouTube: LangChain Version 0.1.0 Explained | New Features & Changes]]\\ [[https://www.youtube.com/watch?v=FbUhHUeI3ZU|YouTube: LangChain Version 0.1.0 Explained | New Features & Changes]]\\
 +[[https://www.youtube.com/playlist?list=PLfaIDFEXuae0gBSJ9T0w7cu7iJZbH3T31|YouTube playList]]
  
 +<code>
 +pip install langchain==0.1.0
 +</code>
  
 +===== Pinecone en Langchain v0.1.0 =====
 +[[https://www.reddit.com/r/LangChain/comments/199mklo/langchain_011_is_not_working_with_pineconeclient/?rdt=45329|Langchain 0.1.1 is not working with pinecone-client 3.0.0]]\\
 +**[[https://python.langchain.com/docs/modules/data_connection/retrievers/|Retrievers]]**
 +
 +**LangSmith:**\\
 +**[[https://smith.langchain.com/o/b86f3383-ade2-50b1-9977-55be3f020f63|Welcome to LangSmith (agents,prompts en meer via hub)]]**
 +
 +**Tools:**\\
 +**[[https://app.tavily.com/home|Tavily AI zoek API voor langchain ed]]**
 +
 +
 +----
  
 +===== Langsmith traces aanzetten =====
  
 +<code>from langchain_core.tracers.context import tracing_v2_enabled
  
 +os.environ["LANGCHAIN_TRACING_V2"] = "true"
 +os.environ["LANGCHAIN_PROJECT"] = f"cat-viseur-01"
 +os.environ["LANGCHAIN_ENDPOINT"] = "https://api.smith.langchain.com"
 +os.environ["LANGCHAIN_API_KEY"] = st.secrets["LANGCHAIN_API_KEY"]</code>
  
longchain.1705761986.txt.gz · Laatst gewijzigd: 2024/01/20 15:46 door a3dijke