Endee Assignment Submission – RAG AI Chatbot#123
Closed
belics18-glitch wants to merge 7 commits intoendee-io:masterfrom
Closed
Endee Assignment Submission – RAG AI Chatbot#123belics18-glitch wants to merge 7 commits intoendee-io:masterfrom
belics18-glitch wants to merge 7 commits intoendee-io:masterfrom
Conversation
Author
|
Thank you for reviewing my submission. I have implemented a RAG-based AI chatbot using FastAPI, Groq LLM, and semantic search concepts. Please let me know if any improvements or changes are required. Looking forward to your feedback. |
Collaborator
|
Thanks for your contribution! However, this type of project should not be included directly in this server repository. Please create a separate repository for your project and just mention endee vectordatabase. You can refer to this example structure: https://github.com/iamdainwi/codemind For this reason, we will be closing this PR. |
Author
|
Subject Submission of GitHub Link
Dear Sir,
As the list of candidates has already been shared by our academy, I noticed
that I was the only one left out due to this particular issue. Therefore, I
am sharing my GitHub link directly through this email.
Github link: https://github.com/belics18-glitch/endee/tree/belics-chatbot
Kindly consider my submission and please confirm it with the concerned
person, Mr.Sandeep Kumar.
I look forward to hearing from you.
Thank you,
Best regards, [Belics.B]
…On Wed, 18 Mar 2026 at 17:29, hemant-endee ***@***.***> wrote:
*hemant-endee* left a comment (endee-io/endee#123)
<#123 (comment)>
Thanks for your contribution! However, this type of project should not be
included directly in this server repository.
Please create a separate repository for your project and just mention
endee vectordatabase. You can refer to this example structure:
https://github.com/iamdainwi/codemind
For this reason, we will be closing this PR.
—
Reply to this email directly, view it on GitHub
<#123 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BVSRHJLGJMKUQAZ67UBE2BT4RKFT5AVCNFSM6AAAAACWWHD5GKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DAOBRHE3DMMRQHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Author
|
Subject Submission of GitHub Link
Dear Sir,
As the list of candidates has already been shared by our academy, I noticed
that I was the only one left out due to this particular issue. Therefore, I
am sharing my GitHub link directly through this email.
Github link: https://github.com/belics18-glitch/endee-rag-chatbot
Kindly consider my submission and please confirm it with the concerned
person, Mr.Sandeep Kumar.
I look forward to hearing from you.
Thank you,
Best regards, [Belics.B]
…On Wed, 18 Mar 2026 at 17:29, hemant-endee ***@***.***> wrote:
*hemant-endee* left a comment (endee-io/endee#123)
<#123 (comment)>
Thanks for your contribution! However, this type of project should not be
included directly in this server repository.
Please create a separate repository for your project and just mention
endee vectordatabase. You can refer to this example structure:
https://github.com/iamdainwi/codemind
For this reason, we will be closing this PR.
—
Reply to this email directly, view it on GitHub
<#123 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BVSRHJLGJMKUQAZ67UBE2BT4RKFT5AVCNFSM6AAAAACWWHD5GKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DAOBRHE3DMMRQHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This pull request contains my submission for the Endee assignment.
Project
I built a RAG-based AI chatbot that retrieves relevant knowledge and generates context-aware responses.
Tech Stack
Features
Live Demo
https://endee-rag-chatbot-1.onrender.com
Notes
Repository structure was adjusted based on my implementation.