TheCodeSpace
TheCodeSpace
  • Видео 78
  • Просмотров 316 111
OpenAI Swarm | New Open-Source Multi-Agent Framework
#swarm #openai #multiagent
Swarm is an experimental, open-source framework for lightweight multi-agent orchestration by OpenAI.
It focuses on agent handoffs and routines, providing full control within the client’s application.
Intended for educational purposes, it is not production-ready and lacks official support.
reference link :github.com/openai/swarm
My website link : thecodespace.in/
❤️ Buy me a coffee : www.buymeacoffee.com/rajparmar23
OpenAI
Multi-agent framework
Agent orchestration
Lightweight coordination
Agent handoffs
Scalable solutions
Educational framework
Chat Completions API
Stateless agents
Customizable agent interactions
TheCodeSpace
Raj Parmar
Просмотров: 70

Видео

Advanced RAG Chatbot with Re-Ranking | Groq | Ollama | Cohere | Langchain
Просмотров 1,7 тыс.6 месяцев назад
#rag #llm #groq #cohere #langchain #ollama #reranking In this video, we're diving into the creation of a cool retrieval-augmented generation (RAG) app. Sometimes, our app may present text chunks that don't perfectly align with what we need from our vector database. But fret not! We have a solution in place. Leveraging Cohere's platform API, we'll re-rank our results, ensuring we get the most ac...
Build RAG App with Local Embeddings using Ollama | Groq API (free LLM) | Langchain | Gradio
Просмотров 1,7 тыс.7 месяцев назад
#groqcloud #langchain #ollama #lpu #gradio #freellm In this video i am creating Rag App where i am using Local Emebddings using ollama, Groq Cloud Api to use Free LLMs , Langchain to create Retrival chain and Gradio to generate ui and live link to share with others. ❤️ Buy me a coffee : www.buymeacoffee.com/rajparmar23 ☕ To help and Support me, Buy a Coffee. It would mean a lot if you did! Than...
Trying DEVIKA (Opensource AI Software Engineer) in Local | Devin alternative
Просмотров 4,1 тыс.8 месяцев назад
#UseEarphoneForBetterSound #Devika #ai #artificialintelligence #AISoftwareEngineer Note : Use EARPHONES for better Sound. In this video we'll explore devika open source project and will install and run it on local machine. Devika is an Agentic AI Software Engineer that can understand high-level human instructions, break them down into steps, research relevant information, and write code to achi...
Request Forms and Files | Part16 | FastAPI Tutorial 2023
Просмотров 1138 месяцев назад
#fastapi #requestfiles #requestforms In this video I am explaining topic Request Forms and Files from Fastapi official documentation. Related tags :- Import Form Define Form parameters About "Form Fields" Import File Define File Parameters File Parameters with UploadFile UploadFile What is "Form Data" Optional File Upload UploadFile with Additional Metadata Multiple File Uploads Multiple File U...
Document retrieval and QA with Google Palm LLM | LangChain | FAISS Vector Store
Просмотров 51211 месяцев назад
#googlePalm #langchain #faiss #QARetrieval #llm Hi Family, In this video i am explaining how we can google palm api to create QA retrieval system where we are using Faiss (it is a library that allows developers to quickly search for embeddings of multimedia documents that are similar to each other) for storage of embeddings. We using pypdf for reading pdf file text. We using charactertextsplitt...
Use Google's PaLM 2 API with LangChain
Просмотров 75611 месяцев назад
#langchain #googlepalm2 #makersuite In this video we'll see how we can access google generative AI models api key for use of palm model and how we can use it with python and langchain library . ❤️ Buy me a coffee : www.buymeacoffee.com/rajparmar23 🚀 Resources: Google Palm 2 API: makersuite.google.com/ LangChain GitHub: github.com/langchain My Website : thecodespace.in/ Related Tags : Google Pal...
Product Recommandation | Sentence Transformers | similarity search | Amazon dataset
Просмотров 1,4 тыс.Год назад
#largelanguagemodel #sentencetransformers #embedding In this video I am explaining how you can create simple text based recommendation system using LLM capabilities. We are using Sentence Transformers to make embeddings and using pytorch similarity search function to find similar text based on Input Text. We are using below dataset :- www.kaggle.com/datasets/karkavelrajaj/amazon-sales-dataset F...
Request Files & Form Data | Part15 | FastAPI Tutorial 2023
Просмотров 444Год назад
#fastapi #requestfiles #formdata In this video I am explaining topic Request files and Form Data from Fastapi official documentation. Related tags :- Import Form Define Form parameters About "Form Fields" Import File Define File Parameters File Parameters with UploadFile UploadFile What is "Form Data" Optional File Upload UploadFile with Additional Metadata Multiple File Uploads Multiple File U...
Zero Shot Classification | Machine Learning | Streamlit app
Просмотров 289Год назад
#zeroshotclassification #machinelearning #streamlit Zero-shot text classification is a task in natural language processing where a model is trained on a set of labeled examples but is then able to classify new examples from previously unseen classes. reference link : huggingface.co/tasks/zero-shot-classification My website link : thecodespace.in/ ❤️ Buy me a coffee : www.buymeacoffee.com/rajpar...
Send Custom Push Notification using Python | win10toast
Просмотров 1,4 тыс.Год назад
#win10toast #python #thecodespace In this video i am explaining how we can send push notifications in windows system using win10toast python library. Github repository : pypi.org/project/win10toast/ Visit my website for more : thecodespace.in/ Related tags:- Windows 10 Toast Notifications Python Library Windows GUI Development Windows Notifications Toast Notifications Python Development GUI Dev...
Extra Models & Response Status Code | Part14 | FastAPI Tutorial 2023
Просмотров 267Год назад
#fastapi #extramodel #pydantic In this video i am explaining about Extra Models and Response Status Code Topic from FastAPI official documentation. Pydantic Models User Input Validation Pydantic .dict() Method Unwrapping Dictionaries in Pydantic Pydantic Model Composition Reducing Code Duplication Union and anyOf in Pydantic Models Python 3.10 Features List of Pydantic Models Handling Arbitrary...
Summarize Text documents with LangChain | OpenAI | Using Large Language Model (LLM)
Просмотров 5 тыс.Год назад
#artificialintelligence #gpt #langchain #openai In this video i am explaining how we can create Pdf documents summarization app using langchain openai wrappers and Render genereated summary on Web using Streamlit application. LangChain is highly recommended when a longer PDF is in your hand. LangChain has played an important role in our life and is widely used in many fields besides PDF files. ...
Extract Text From Images/Charts in Python | EasyOCR | Optical Character Recognition(OCR) in Python
Просмотров 1,7 тыс.Год назад
#ocr #python #easyocr In this tutorial, I am explaining how to extract text from images using the EasyOCR Python library. EasyOCR is a powerful deep learning-based Optical Character Recognition (OCR) tool that can detect and extract text from various images, including charts. We'll explore step-by-step how to set up EasyOCR, process images, and extract text efficiently. Additionally, discover h...
Chat with Multiple Documents | LangChain | ChatGPT For Your DATA | Python
Просмотров 3,5 тыс.Год назад
Chat with Multiple Documents | LangChain | ChatGPT For Your DATA | Python
Response Model - Return Type | Part13 | FastAPI Tutorial 2023
Просмотров 534Год назад
Response Model - Return Type | Part13 | FastAPI Tutorial 2023
Cookie & Header Parameters | Part12 | FastAPI Tutorial 2023
Просмотров 1,8 тыс.Год назад
Cookie & Header Parameters | Part12 | FastAPI Tutorial 2023
Building a Realtime Chat Application | Python | Django Channels | Websockets
Просмотров 22 тыс.Год назад
Building a Realtime Chat Application | Python | Django Channels | Websockets
Extra Data Types | Part11 | FastAPI Tutorial 2023
Просмотров 202Год назад
Extra Data Types | Part11 | FastAPI Tutorial 2023
Declare Request Example Data | Part10 | FastAPI Tutorial 2023
Просмотров 106Год назад
Declare Request Example Data | Part10 | FastAPI Tutorial 2023
PandasAI - The Generative AI Python Library | Chat with Dataframes
Просмотров 464Год назад
PandasAI - The Generative AI Python Library | Chat with Dataframes
Nested models | Part9 | FastAPI Tutorial 2023
Просмотров 230Год назад
Nested models | Part9 | FastAPI Tutorial 2023
Build a Starbucks Locator Django Python Project with Mapbox Integration
Просмотров 1,2 тыс.Год назад
Build a Starbucks Locator Django Python Project with Mapbox Integration
Digital Clock in Python | Tkinter
Просмотров 608Год назад
Digital Clock in Python | Tkinter
How to Find Prime Factors of a Number in Python
Просмотров 4,7 тыс.Год назад
How to Find Prime Factors of a Number in Python
Body - Fields | Part8 | FastAPI Tutorial Series 2023
Просмотров 111Год назад
Body - Fields | Part8 | FastAPI Tutorial Series 2023
Fix the .htaccess File Missing Problem | WordPress
Просмотров 2,9 тыс.Год назад
Fix the .htaccess File Missing Problem | WordPress
Body - Multiple parameters | Part7 | FastAPI Tutorial 2023
Просмотров 208Год назад
Body - Multiple parameters | Part7 | FastAPI Tutorial 2023
404 error | Wordpress | The resource requested could not be found on this server
Просмотров 7 тыс.Год назад
404 error | Wordpress | The resource requested could not be found on this server
ChatGPT with Python | using PychatGPT Wrapper
Просмотров 1,9 тыс.Год назад
ChatGPT with Python | using PychatGPT Wrapper

Комментарии

  • @hasanyaydemir608
    @hasanyaydemir608 12 дней назад

    how ı fix to http error 500 on .htaccess?

  • @ihordenysenko2185
    @ihordenysenko2185 14 дней назад

    Bro i have issue: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)>

  • @darshanvedpathak3069
    @darshanvedpathak3069 14 дней назад

    What if we wrote 2 same quantity??

  • @Smart_CJ
    @Smart_CJ 15 дней назад

    This code is wrong as you didn't know about prime factor.

  • @TJ-wo1xt
    @TJ-wo1xt Месяц назад

    Hi, I am getting an error of "could not determine the shape of the object type: series"

  • @abinashdas2878
    @abinashdas2878 Месяц назад

    I am facing no attribute 'generate_text' error

  • @rakshitrawat6113
    @rakshitrawat6113 Месяц назад

    you are just reading what ever is written in that ppt. please explain in hindi if thats what you are comfortable in. but for freshers its really important you explain in depth properly instead of just reading.

  • @mohammad-xy9ow
    @mohammad-xy9ow Месяц назад

    Fake save user mai user in q pass kraya bro

  • @superfreiheit1
    @superfreiheit1 Месяц назад

    code area is blurred, cant see well. can you improve?

  • @hembromjohn
    @hembromjohn 2 месяца назад

    Does this work in Django 5.1?

  • @surajdhakre9210
    @surajdhakre9210 3 месяца назад

    How to add alt to the images uploaded by django-summernote?

  • @abhishekm6703
    @abhishekm6703 3 месяца назад

    It shows "Module not found langchain_community" Then also for chromadb when i open the file in jupyter notebook. What to do?

  • @charlesmiller2341
    @charlesmiller2341 4 месяца назад

    very helpful

  • @GilbertMwesiga
    @GilbertMwesiga 4 месяца назад

    If you came here expecting to learn the porpose of oracle service bus, let me save you time, you are on the wrong place.

  • @abed7983
    @abed7983 4 месяца назад

    I hosted my Laravel project, and this solution worked. Thank you so much!!

  • @jhael3693
    @jhael3693 4 месяца назад

    Well done, thank you

  • @somnathsingh2319
    @somnathsingh2319 5 месяцев назад

    Sir Instagram video downloader wordpress me code se hoga ya nhi ek video banaiye

  • @shriyasingh3624
    @shriyasingh3624 5 месяцев назад

    Your presentation not matching with what you are explaining

  • @foolgaming9405
    @foolgaming9405 6 месяцев назад

    thanks bro, it works..

  • @garvitarora4734
    @garvitarora4734 6 месяцев назад

    bro end ke 35 mins when u started coping from gfg the routing and consumer files web sockets channel .. kuch smj nhi aaya u should make differnt part for that explanations

  • @garvitarora4734
    @garvitarora4734 6 месяцев назад

    when u created new room.html template though???

  • @NhatNguyen-bq6jj
    @NhatNguyen-bq6jj 6 месяцев назад

    Can you implement text summarization with RAG? Thanks

  • @alexschroder7045
    @alexschroder7045 6 месяцев назад

    Thanks for the code walkthrough! I'm trying to implement something similar completely locally. Could you provide some pointers on how we could use local Vector storage instead of Pinecone (Chroma?) and a local re-ranking module instead of using Cohere? Also I assume that replacing Groq with ChatOllama through Langchain community models should be straightforward. Thanks!

  • @javidtaran7664
    @javidtaran7664 7 месяцев назад

    Thanks

  • @no7re592
    @no7re592 7 месяцев назад

    bro what is id pas of login

  • @chandrasekharavaraprasadpi8165
    @chandrasekharavaraprasadpi8165 7 месяцев назад

    Hi sir I want to SOA teamcenter customisation can you please tell me the path to handle and do the projects with efficiency

  • @TPH310
    @TPH310 7 месяцев назад

    Thanks, it's quick and easy.

  • @constanciasmithhisler5100
    @constanciasmithhisler5100 7 месяцев назад

    Promo'SM 😣

  • @misbah5029
    @misbah5029 7 месяцев назад

    hi can i know how the model is predicting whether the transaction is fraud or valid? Does it depend on the accuracy score and if it does by how much?

  • @nirbhaykumarchaubey8777
    @nirbhaykumarchaubey8777 7 месяцев назад

    Hello bro, please tell me how to get the views of an Instagram reel by its link

  • @gogginsjr.7714
    @gogginsjr.7714 7 месяцев назад

    Kazi safi mzee

  • @NagaRaju-m2p
    @NagaRaju-m2p 7 месяцев назад

    use the backoff strategy u can overcome the issue

  • @NagaRaju-m2p
    @NagaRaju-m2p 7 месяцев назад

    REALLY good article but encountered the token api generation limit. i overcome by backoff strategy

    • @yuktithakral8215
      @yuktithakral8215 4 месяца назад

      facing same error...can u tell what did u do

  • @frootiiiiiiii
    @frootiiiiiiii 7 месяцев назад

    Bro data is not storing in the database how to solve that problem

  • @romipawar21
    @romipawar21 7 месяцев назад

    I did the whole process as you guided however when i go for localhost:3000 its showing me "page can't be reached". Also, in 11:20 I got the Error message as "now bun will crash" - after waiting for 2.5 hours...

  • @VijayChintapandu
    @VijayChintapandu 7 месяцев назад

    what is the system configuration that you have run Devika. Please post

  • @VijayChintapandu
    @VijayChintapandu 7 месяцев назад

    Post one more video. this video audio is very low.

  • @rishabhyadav5728
    @rishabhyadav5728 8 месяцев назад

    Not solved showing same error

  • @code3799
    @code3799 8 месяцев назад

    error show py3 not found

    • @thecodespace
      @thecodespace 8 месяцев назад

      Send me complete error.

  • @techlife2877
    @techlife2877 8 месяцев назад

    Nice video, does Devika support Solidity code by the way?

  • @AashnaSelflove
    @AashnaSelflove 8 месяцев назад

    very nicely explained thanks alot buddy!!

  • @DOOM11777
    @DOOM11777 8 месяцев назад

    Trash video, audio was very quiet

  • @truthwillout1980
    @truthwillout1980 8 месяцев назад

    Hello World? Seemed like a wasted opportunity. You've used 50 times the tokens for a line of code. Hardly a good example.

    • @thecodespace
      @thecodespace 8 месяцев назад

      Haha yeah. Was thinking about react+ python example then just asked hello world!

  • @pabloartero1155
    @pabloartero1155 8 месяцев назад

    good video but the audio is too low.

    • @thecodespace
      @thecodespace 8 месяцев назад

      Sorry for the inconvenience. please use earphones for better quality.

  • @BUY_YOUTUB_VIEWS.304
    @BUY_YOUTUB_VIEWS.304 8 месяцев назад

    you have talennt in video making

  • @andrewrobinson28
    @andrewrobinson28 8 месяцев назад

    Thanks for the video, how do i select my local ollama model?

    • @punishedproduct
      @punishedproduct 8 месяцев назад

      I also want to know

    • @ahmetttt10
      @ahmetttt10 8 месяцев назад

      @@punishedproduct you need to download the llama model first, example: ollama run deepseek-coder:6.7b

    • @thecodespace
      @thecodespace 8 месяцев назад

      ollama run llama2 or any other model which ollama provides then start devika server.

  • @waltermusungu5625
    @waltermusungu5625 8 месяцев назад

    Great work!

  • @LARAIBSHAKIRBSSE-FA20-009
    @LARAIBSHAKIRBSSE-FA20-009 8 месяцев назад

    Kindly give me about page code

  • @MichaelCMartinez
    @MichaelCMartinez 8 месяцев назад

    Great video!

  • @MUNEEBAZAHIDBSSE-FA20-039
    @MUNEEBAZAHIDBSSE-FA20-039 8 месяцев назад

    send me complete source code i mail you from my personal email its urgent