- Видео 78
- Просмотров 316 111
TheCodeSpace
Индия
Добавлен 24 дек 2016
Hello, Welcome to TheCodeSpace RUclips Channel. Here you will get Coding and Troubleshooting related Content.
First, make it work, then make it right, then make it fast. - Kent Beck
(: HAPPY CODING :) (: HAPPY LEARNING :)
For business queries or collaboration 📥 :- rajparmar2308@gmail.com
First, make it work, then make it right, then make it fast. - Kent Beck
(: HAPPY CODING :) (: HAPPY LEARNING :)
For business queries or collaboration 📥 :- rajparmar2308@gmail.com
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
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
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
how ı fix to http error 500 on .htaccess?
Bro i have issue: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)>
What if we wrote 2 same quantity??
This code is wrong as you didn't know about prime factor.
Hi, I am getting an error of "could not determine the shape of the object type: series"
I am facing no attribute 'generate_text' error
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.
Fake save user mai user in q pass kraya bro
code area is blurred, cant see well. can you improve?
Does this work in Django 5.1?
How to add alt to the images uploaded by django-summernote?
It shows "Module not found langchain_community" Then also for chromadb when i open the file in jupyter notebook. What to do?
very helpful
If you came here expecting to learn the porpose of oracle service bus, let me save you time, you are on the wrong place.
I hosted my Laravel project, and this solution worked. Thank you so much!!
Well done, thank you
Sir Instagram video downloader wordpress me code se hoga ya nhi ek video banaiye
Your presentation not matching with what you are explaining
thanks bro, it works..
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
when u created new room.html template though???
Can you implement text summarization with RAG? Thanks
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!
Thanks
bro what is id pas of login
Hi sir I want to SOA teamcenter customisation can you please tell me the path to handle and do the projects with efficiency
Thanks, it's quick and easy.
Promo'SM 😣
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?
Hello bro, please tell me how to get the views of an Instagram reel by its link
Kazi safi mzee
use the backoff strategy u can overcome the issue
REALLY good article but encountered the token api generation limit. i overcome by backoff strategy
facing same error...can u tell what did u do
Bro data is not storing in the database how to solve that problem
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...
what is the system configuration that you have run Devika. Please post
Post one more video. this video audio is very low.
Not solved showing same error
error show py3 not found
Send me complete error.
Nice video, does Devika support Solidity code by the way?
very nicely explained thanks alot buddy!!
Trash video, audio was very quiet
Hello World? Seemed like a wasted opportunity. You've used 50 times the tokens for a line of code. Hardly a good example.
Haha yeah. Was thinking about react+ python example then just asked hello world!
good video but the audio is too low.
Sorry for the inconvenience. please use earphones for better quality.
you have talennt in video making
Thanks for the video, how do i select my local ollama model?
I also want to know
@@punishedproduct you need to download the llama model first, example: ollama run deepseek-coder:6.7b
ollama run llama2 or any other model which ollama provides then start devika server.
Great work!
Kindly give me about page code
Great video!
send me complete source code i mail you from my personal email its urgent