Commit Graph

1143 Commits (3039c9798974ad33c3393dc82bb20d2ed4fdebbb)
 

Author SHA1 Message Date
Alex 845ef42338
Merge pull request #598 from Juneezee/simplify-jsx-conditional-rendering
refactor(frontend): simplify JSX conditional rendering
12 months ago
Alex fde8de8b9e
Merge pull request #558 from MSaiKiran9/train-button
Train button Disabled Before Selecting File
12 months ago
Muzakir Shah 88123261ac
sidebar glitch fixed 12 months ago
Alex c04b76528b
Merge pull request #597 from shelar1423/main
[Docs] :Enhance Tech Stack Overview with Emojis and Bullet Points
12 months ago
dependabot[bot] 04a13c2ebb
Bump langchain from 0.0.308 to 0.0.312 in /scripts
Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.308 to 0.0.312.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.308...v0.0.312)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
12 months ago
Alex 6b3cc62cbe
Merge pull request #553 from arc53/dependabot/pip/application/langchain-0.0.312
Bump langchain from 0.0.308 to 0.0.312 in /application
12 months ago
Alex 8627be07e7
Merge pull request #592 from faria-karim-porna/ui-sidebar-chat-options
Fix the font size and alignment of all the chat options of the sidebar based on issue #586
12 months ago
Alex 5509a5bca3
Merge pull request #589 from outlivo/outlivo-UI
Closing #357 using CONTRIBUTING.md
12 months ago
Alex dd52949a2a
Merge pull request #510 from HarshMN2345/patch-2
Update API-docs.md
12 months ago
Alex a310ae6566
Merge branch 'main' into patch-2 12 months ago
Aditya Aryaman Das 1f8643c538
Updated README.md 12 months ago
Aditya Aryaman Das 6ea313970d
Merge branch 'arc53:main' into main 12 months ago
Siddharth Warrier 13e6b15308
Update README.md 12 months ago
Eng Zer Jun 0efc2277dd
refactor(frontend): simplify JSX conditional rendering
JSX conditional rendering can be simplified to use the logical AND
operator (&&) [1] instead of ternary operator (? :) if we want to render
something only when the conditon is true, and nothing otherwise.

[1]: https://react.dev/learn/conditional-rendering#logical-and-operator-

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
12 months ago
Digvijay Shelar 9e6aecd707
Update CONTRIBUTING.md 12 months ago
Digvijay Shelar f5510ef1b5
Update CONTRIBUTING.md 12 months ago
HeetVekariya c8e6224946 fix: else text corrected 12 months ago
HeetVekariya bf11300ab3 fix: Remove extra spaces in response 12 months ago
faria-karim-porna 7361a35c94 Fix the font size and alignment of all the chat options of the sidebar based on issue #586
Fix the font size and alignment of all the chat options of the sidebar based on issue #586
12 months ago
Outlivo 02b2cebb85
Solving issue #357 using CONTRIBUTING.md 12 months ago
asoderlind 9b6ae46e92 raise more legible error if the embedding vector dims don't match 1 year ago
Alex e5e5a42736
Update CONTRIBUTING.md 1 year ago
Alex 308d8afe4e
Update CONTRIBUTING.md 1 year ago
Rahul Kumar 2100cd77ce
Update Hosting-the-app.md 1 year ago
Harsh Mahajan 58b13ae69a
Update API-docs.md 1 year ago
M Sai Kiran 993c9b31bd
Update Upload.tsx 1 year ago
M Sai Kiran b5d6f0ad36
Update Upload.tsx 1 year ago
M Sai Kiran 03c05a82e4
Merge branch 'arc53:main' into train-button 1 year ago
DHRUVKADAM22 cc887d25e4
Update Quickstart.md
added windows Quickstart guide in Quickstart.md for easy to understand and make more user friendly
1 year ago
ankur0904 80e2d0651b Adds contributing guidelines with steps 1 year ago
Rahul Kumar 51f2ca72b9 Enhanced Documentation for Self-Hosting DocsGPT on Amazon Lightsail 1 year ago
Alex 771950f1de
Merge pull request #573 from arc53/bug/update-and-delete
fix update and delete bug
1 year ago
Alex c969e9c014 fix update and delete bug 1 year ago
Alex 344692f9f6
Merge pull request #542 from shruti-sen2004/main
Update CONTRIBUTING.md
1 year ago
DHRUVKADAM22 fd083078fc
Merge pull request #2 from DHRUVKADAM22/DHRUVKADAM22-patch-3
Update README.md
1 year ago
DHRUVKADAM22 9bacae4b2e
Update README.md 1 year ago
M Sai Kiran 76baa6c5f8
Before File Selection Train Disabled 1 1 year ago
M Sai Kiran 84c822a0ca
Before File Selection Train Button Disabled 1 year ago
Alex e91b30f4c7
Merge pull request #549 from hariraghav10/ui-update
UI update - Added autofocus for user chat input
1 year ago
dependabot[bot] 31fb1801d2
Bump langchain from 0.0.308 to 0.0.312 in /application
Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.308 to 0.0.312.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.308...v0.0.312)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
DHRUVKADAM22 117d0f2e38
Merge pull request #1 from DHRUVKADAM22/DHRUVKADAM22-patch-1
Update README.md
1 year ago
DHRUVKADAM22 79bb79debc
Update README.md
I have added quick start guide for windows more specifically 
makes more user friendly by adding basic info and description
(which make user or newbies to get understand properly.)
1 year ago
Harsh Mahajan 11cd022965
Update API-docs.md 1 year ago
Shruti Sen dc14245105
Update CONTRIBUTING.md 1 year ago
Hari Raghav e772dfaa12
Merge branch 'arc53:main' into ui-update 1 year ago
Shruti Sen 4d29cae936
Update CONTRIBUTING.md 1 year ago
hariraghav10 71ed0ffe13 Merge remote-tracking branch 'origin/ui-update' into ui-update 1 year ago
Shruti Sen 56d0981cee
Update CONTRIBUTING.md 1 year ago
Shruti Sen ad43d10ce4
Merge branch 'arc53:main' into main 1 year ago
Alex fb6618181a
Merge pull request #538 from ManishMadan2882/main
UI bug fixed - Placed the feedback/copy buttons at the top
1 year ago