Alex
|
845ef42338
|
Merge pull request #598 from Juneezee/simplify-jsx-conditional-rendering
refactor(frontend): simplify JSX conditional rendering
|
2023-10-14 14:48:29 -05:00 |
|
Alex
|
fde8de8b9e
|
Merge pull request #558 from MSaiKiran9/train-button
Train button Disabled Before Selecting File
|
2023-10-14 14:43:50 -05:00 |
|
Alex
|
c04b76528b
|
Merge pull request #597 from shelar1423/main
[Docs] :Enhance Tech Stack Overview with Emojis and Bullet Points
|
2023-10-14 14:28:18 -05:00 |
|
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
|
2023-10-14 14:20:07 -05:00 |
|
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
|
2023-10-14 14:13:58 -05:00 |
|
Alex
|
5509a5bca3
|
Merge pull request #589 from outlivo/outlivo-UI
Closing #357 using CONTRIBUTING.md
|
2023-10-14 14:10:47 -05:00 |
|
Alex
|
dd52949a2a
|
Merge pull request #510 from HarshMN2345/patch-2
Update API-docs.md
|
2023-10-14 13:53:53 -05:00 |
|
Alex
|
a310ae6566
|
Merge branch 'main' into patch-2
|
2023-10-14 13:52:25 -05:00 |
|
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>
|
2023-10-14 13:39:23 +08:00 |
|
Digvijay Shelar
|
9e6aecd707
|
Update CONTRIBUTING.md
|
2023-10-13 18:35:13 +05:30 |
|
Digvijay Shelar
|
f5510ef1b5
|
Update CONTRIBUTING.md
|
2023-10-13 18:32:56 +05:30 |
|
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
|
2023-10-13 06:01:27 +06:00 |
|
Outlivo
|
02b2cebb85
|
Solving issue #357 using CONTRIBUTING.md
|
2023-10-13 01:07:49 +05:30 |
|
Alex
|
e5e5a42736
|
Update CONTRIBUTING.md
|
2023-10-12 18:19:40 +01:00 |
|
Alex
|
308d8afe4e
|
Update CONTRIBUTING.md
|
2023-10-12 18:19:06 +01:00 |
|
Harsh Mahajan
|
58b13ae69a
|
Update API-docs.md
|
2023-10-12 17:31:41 +05:30 |
|
M Sai Kiran
|
993c9b31bd
|
Update Upload.tsx
|
2023-10-12 15:10:26 +05:30 |
|
M Sai Kiran
|
b5d6f0ad36
|
Update Upload.tsx
|
2023-10-12 15:07:48 +05:30 |
|
M Sai Kiran
|
03c05a82e4
|
Merge branch 'arc53:main' into train-button
|
2023-10-12 14:59:08 +05:30 |
|
Alex
|
771950f1de
|
Merge pull request #573 from arc53/bug/update-and-delete
fix update and delete bug
|
2023-10-11 23:16:44 +01:00 |
|
Alex
|
c969e9c014
|
fix update and delete bug
|
2023-10-11 23:11:08 +01:00 |
|
Alex
|
344692f9f6
|
Merge pull request #542 from shruti-sen2004/main
Update CONTRIBUTING.md
|
2023-10-11 18:57:59 +01:00 |
|
M Sai Kiran
|
76baa6c5f8
|
Before File Selection Train Disabled 1
|
2023-10-11 09:39:04 +05:30 |
|
M Sai Kiran
|
84c822a0ca
|
Before File Selection Train Button Disabled
|
2023-10-11 09:38:15 +05:30 |
|
Alex
|
e91b30f4c7
|
Merge pull request #549 from hariraghav10/ui-update
UI update - Added autofocus for user chat input
|
2023-10-10 22:31:46 +01:00 |
|
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>
|
2023-10-10 21:18:11 +00:00 |
|
Harsh Mahajan
|
11cd022965
|
Update API-docs.md
|
2023-10-10 23:22:11 +05:30 |
|
Shruti Sen
|
dc14245105
|
Update CONTRIBUTING.md
|
2023-10-10 18:05:19 +05:30 |
|
Hari Raghav
|
e772dfaa12
|
Merge branch 'arc53:main' into ui-update
|
2023-10-10 17:53:48 +05:30 |
|
Shruti Sen
|
4d29cae936
|
Update CONTRIBUTING.md
|
2023-10-10 17:39:07 +05:30 |
|
hariraghav10
|
71ed0ffe13
|
Merge remote-tracking branch 'origin/ui-update' into ui-update
|
2023-10-10 17:35:35 +05:30 |
|
Shruti Sen
|
56d0981cee
|
Update CONTRIBUTING.md
|
2023-10-10 17:35:18 +05:30 |
|
Shruti Sen
|
ad43d10ce4
|
Merge branch 'arc53:main' into main
|
2023-10-10 17:34:41 +05:30 |
|
Alex
|
fb6618181a
|
Merge pull request #538 from ManishMadan2882/main
UI bug fixed - Placed the feedback/copy buttons at the top
|
2023-10-10 12:57:04 +01:00 |
|
Shruti Sen
|
43a9bc0d7b
|
Update CONTRIBUTING.md
|
2023-10-10 17:22:38 +05:30 |
|
hariraghav10
|
f835b14902
|
added autofocus for user chat input
|
2023-10-10 17:22:10 +05:30 |
|
Shruti Sen
|
c1c591d1eb
|
Merge branch 'arc53:main' into main
|
2023-10-10 17:21:19 +05:30 |
|
Hari Raghav
|
4348549f2d
|
Merge branch 'arc53:main' into ui-update
|
2023-10-10 17:20:07 +05:30 |
|
hariraghav10
|
e48df87e06
|
added autofocus feature for chat input div
|
2023-10-10 17:04:05 +05:30 |
|
Alex
|
e718feb1f7
|
Update README.md
|
2023-10-10 11:36:54 +01:00 |
|
Shruti Sen
|
3b6f3f13d4
|
Update CONTRIBUTING.md
|
2023-10-10 12:12:25 +05:30 |
|
ManishMadan2882
|
13fabaf6aa
|
bugs fixed
|
2023-10-10 06:01:21 +05:30 |
|
Alex
|
9cfcdb1c23
|
Merge pull request #535 from vn-os/main
Correct instructions in `Development environments`
|
2023-10-09 23:59:14 +01:00 |
|
Alex
|
2800d0dcd3
|
Merge pull request #532 from staticGuru/error-state-#484
Fix the error state UI
|
2023-10-09 23:54:14 +01:00 |
|
Alex
|
3e2055255e
|
Merge branch 'main' into error-state-#484
|
2023-10-09 23:53:14 +01:00 |
|
Alex
|
64a8857884
|
Merge pull request #529 from staticGuru/chatroom-rename-#495
Chatroom rename feature
|
2023-10-09 23:42:45 +01:00 |
|
Alex
|
808b291c2c
|
Merge pull request #530 from robbiebusinessacc/patch-1
Backend Code Refactoring for Better Readability and Scalability
|
2023-10-09 23:40:10 +01:00 |
|
Alex
|
cae3e7136e
|
Merge pull request #525 from Vaibhav91one/bug/text-out-of-screen
bug(front): The text seems to go out of screen when the result is too big.
|
2023-10-09 23:32:34 +01:00 |
|
Alex
|
c069a187f8
|
Merge pull request #476 from mnickrogers/main
Fix missing documentation for using Llama_cpp
|
2023-10-09 23:26:38 +01:00 |
|
Vic P
|
188158a29b
|
Merge branch 'arc53:main' into main
|
2023-10-10 00:47:26 +07:00 |
|