وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Generative AI for NodeJs: OpenAI, LangChain – TypeScript

سرفصل های دوره

Hands-On Practice with OpenAI, ChatGPT and LangChain. Use Pinecone and Huggingface and integrate AI into your Node app


1. Introduction
  • 1. How to take this course
  • 2. Course experience
  • 3. Tools setup
  • 4.1 AI_course_res.zip
  • 4. Course resources.html

  • 2. OpenAI setup and Introduction
  • 1.1 basics.zip
  • 1. Sectio intro
  • 2.1 Code changes in this lecture.html
  • 2. NodeJS setup and api key
  • 3.1 Code changes in this lecture.html
  • 3. Optional TypeScript setup
  • 4.1 Docs Api call.html
  • 4. Understanding an API call
  • 5. OpenAI models
  • 6. Tokens
  • 7.1 Code changes in this lecture.html
  • 7. OpenAI roles
  • 8. Other OpenAI parameters

  • 3. Basic chat project
  • 1.1 chat_app.zip
  • 1. Section intro
  • 2.1 Code changes in this lecture.html
  • 2. Project init
  • 3.1 Code changes in this lecture.html
  • 3. Basic chat build
  • 4.1 Code changes in this lecture.html
  • 4. Context configuration
  • 5.1 Code changes in this lecture.html
  • 5. Optional VSCode debug
  • 6.1 Code changes in this lecture.html
  • 6. OpenAI token limit

  • 4. OpenAI tools (functions)
  • 1.1 chat_app.zip
  • 1. Section intro
  • 2.1 Code changes in this lecture.html
  • 2. Tool call setup
  • 3.1 Code changes in this lecture.html
  • 3. First tool call
  • 4.1 Code changes in this lecture.html
  • 4. Tool parameters
  • 5. Practice flight assistant
  • 6.1 Code changes in this lecture.html
  • 6. Project solution

  • 5. Halfway discussion
  • 1. Halfway discussion

  • 6. Embeddings
  • 1.1 embeddings.zip
  • 1. Section intro
  • 2.1 Docs OpenAI embeddings.html
  • 2.2 Huggingface mteb leaderboard.html
  • 2. Embeddings presentation
  • 3.1 Code changes in this lecture.html
  • 3. OpenAI embeddings
  • 4.1 Code changes in this lecture.html
  • 4. Saving embeddings
  • 5.1 Code changes in this lecture.html
  • 5. Calculating similarity
  • 6.1 Code changes in this lecture.html
  • 6. Analizing similarities
  • 7. Project recommandation sysytem
  • 8.1 Code changes in this lecture.html
  • 8. Project sollution

  • 7. Vector databases
  • 1.1 embeddings.zip
  • 1. Section intro
  • 2. Vector dbs presentation
  • 3. ChromaDB presentation
  • 4.1 Chroma deployment.html
  • 4. ChromaDb installation
  • 5. ChromaDB Client
  • 6.1 Code changes in this lecture.html
  • 6. ChromaDB Embedding function
  • 7. Chat with your data App proposal
  • 8.1 Code changes in this lecture.html
  • 8. Chat app implementation
  • 9. Pinecone introduction
  • 10.1 Code changes in this lecture.html
  • 10. Pinecone indexes
  • 11.1 Code changes in this lecture.html
  • 11. Pinecone index operations
  • 12.1 Code changes in this lecture.html
  • 12. Pinecone info app

  • 8. LangChain
  • 1.1 langchain.zip
  • 1. Section intro
  • 2. What is LangChain
  • 3.1 Code changes in this lecture.html
  • 3.2 Docs JS LangChain.html
  • 3. LangChain setup
  • 4.1 Code changes in this lecture.html
  • 4. First LangChain application
  • 5.1 Code changes in this lecture.html
  • 5. LangChain promp templates
  • 6.1 Code changes in this lecture.html
  • 6. LangChain output parsers
  • 7. RAG app presentation
  • 8.1 Code changes in this lecture.html
  • 8. Basic RAG appication
  • 9.1 Code changes in this lecture.html
  • 9.2 Docs Cheerio.html
  • 9. LangChain Web Loader
  • 10.1 Code changes in this lecture.html
  • 10. LangChain PDF Loader
  • 11.1 Code changes in this lecture.html
  • 11. LangChain and ChromaDB

  • 9. Escape from OpenAI - other AI models
  • 1.1 escape.zip
  • 1. Section intro
  • 2. What is Huggingface
  • 3.1 Code changes in this lecture.html
  • 3. Huggingface setup and embeddings
  • 4.1 Code changes in this lecture.html
  • 4. Huggingface translation models
  • 5.1 Code changes in this lecture.html
  • 5. Huggingface image generation
  • 6.1 Code changes in this lecture.html
  • 6.2 Docs Transformes js.html
  • 6. Local model setup
  • 7.1 Code changes in this lecture.html
  • 7. Local text generation and speech recognition

  • 10. Ending section
  • 1. Course conclussions

  • 11. TypeScript recap
  • 1.1 TS_Recap.zip
  • 1. Section intro - zzz
  • 2. What is TypeScript
  • 3.1 Code changes in this lecture.html
  • 3. Installation and project init
  • 4. Compiler options
  • 5.1 Code changes in this lecture.html
  • 5. Primary JavaScript types
  • 6.1 Code changes in this lecture.html
  • 6. Type aliases
  • 7.1 Code changes in this lecture.html
  • 7. Functions
  • 8.2 Code changes in this lecture.html
  • 8. Any and unknown
  • 9.1 Code changes in this lecture.html
  • 9. Enums
  • 10.1 Code changes in this lecture.html
  • 10. Never
  • 11.1 Code changes in this lecture.html
  • 11. TypeScript classes
  • 12.1 Code changes in this lecture.html
  • 12. Access modifiers
  • 13.1 Code changes in this lecture.html
  • 13. Interfaces
  • 14.1 Code changes in this lecture.html
  • 14.2 Full generics tutorial.html
  • 14. Generics
  • 15.1 Code changes in this lecture.html
  • 15.2 Docs utility types.html
  • 15.5 Types exercises.html
  • 15. Special types
  • 16.2 Code changes in this lecture.html
  • 16.3 Event loop presentation.html
  • 16. Async functions
  • 17.1 Code changes in this lecture.html
  • 17. Promises
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 38404
    حجم: 878 مگابایت
    مدت زمان: 418 دقیقه
    تاریخ انتشار: 20 تیر 1403
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید