Question Answer ChatBot using LLama-Index & LangChain with Hugging Face Models - Part 1

preview_player
Показать описание
In this Applied NLP LLM Tutorial, We will build our Custom KnowledgeBot using LLama-Index and LangChain. LangChain for accessing Hugging Face Model Hub and GPT-Index for Vector Index Building and Index Querying - Information Retrieval.

❤️ If you want to support what we are doing ❤️
Support here:
Рекомендации по теме
Комментарии
Автор

YOU ALREADY DID IT !!! omg i ask for this video just a moment and you already have it, dude i love your work thank you sire, thank you so much

Anzeljaeg
Автор

I feel limitless with your videos 🙂thank you!

jorgerios
Автор

This video will become a classic. Amazing job.

Alderleyai
Автор

Yes! I second the vote for a Gradio front end UI! Thank you in advance!

spicer
Автор

Thanks for the video. Why do you need both LlamaIndex and LangChain? Doesn't LlangChain have similar ability to index document chunks by their embeddings?

marcin-guitar
Автор

the main reason i feel flan did not workout is because, being an LLM it wasn't trained on large datasets. I would you request to provide finetuning on use cases such as entity recognition, custom dataset training for text generation etc

gautamgalada
Автор

I used SimpleDirectoryReader to read in a document. But I noticed that GPTListIndex takes a long time to process. Is there a way to address that?

wryltxw
Автор

I got the following error. Is it because the text I provided was too big?

Token indices sequence length is longer than the specified maximum sequence length for this model (922 > 512). Running this sequence through the model will result in indexing errors
San Francisco

wryltxw
Автор

Great video - thanks for that.
Can this code be tweaked to use Alpaca or GPT4All ?

bigbena
Автор

Hi wanted to know is it possible to load folder containing multiple CSV files?
Thanks in advance

harshmehta
Автор

It is not working for complex or summary based questions, can you please help in building a elaborate model, just like LLM and GPT INDEX tutorial?

ajitpawar
Автор

Can we use llamaindex to create a chatbot which takes in data from a csv file instead of text file like this video?

adarshshanmugam
Автор

hey @1littlecoder, im not able to install module GptSimpleVectorIndex. Do you have any idea about that

SurajShinde-kepd
Автор

Token indices sequence length is longer than the specified maximum sequence length for this model (2842 > 512). Running this sequence through the model will result in indexing errors. please assis with this error

younginnovatorscenterofint
Автор

it would be great if you make a full video on LangChain

bhagatsurya
Автор

Thank you for the wonderful tutorial,
I'm trying to make something similar to what you made, but the problem is the wrong answer that LLM generates! (same as what happened to you)
How can I deal with this?
sometimes the generated answer is not related to the question, sometimes is out of the bound of the given context,
and it's even happened to me sometimes that the model doesn't generate the same answer for the same question and context (for someone else, or even if I just try to re-generate it without any changes).

I would be grateful if you could help me with these issues

SoroorMalekmohamadi
Автор

So I used the same base model on my data and i did save the index.json but when I do
.load_from_disk()
It's asking me the openAI API key

stutikumari
Автор

I tOO Feel Timeless with your Videos .... Thanks For such a content

aivision
Автор

Is it possible to reduce the cost of request to llm like openai models using the gpt-index. Please I need your help? I make like 10 querys and the request made to the openai model is costing like 1 dollars so am wondering is there a way to reduce the cost.

samatech
Автор

As GPTSimpleVectorIndex was renamed to GPTVectorStoreIndex, How would I give the query?

HariNithya.