Marcus Schiesser
|
f1c3e8df69
|
Adding support for Llama 3 and Phi3 (via Ollama) (#53)
|
2024-04-24 10:13:45 +07:00 |
|
Marcus Schiesser
|
9ca343c34e
|
fix: use config/tools.json for TS
|
2024-03-28 11:42:36 +08:00 |
|
Huu Le (Lee)
|
ce2f24d73f
|
feat: Use yaml format instead of json for loaders and tools config (#26)
|
2024-03-28 10:00:03 +07:00 |
|
Thuc Pham
|
65bc28d1f2
|
fix: remove eslint (#24)
|
2024-03-27 21:32:52 +08:00 |
|
Marcus Schiesser
|
459824dbec
|
fix: remove redundant template engine variable and fixed llamaparse flag (#22)
|
2024-03-27 14:06:14 +07:00 |
|
Huu Le (Lee)
|
c7a978e0aa
|
feat: Add multiple data sources (#19)
|
2024-03-27 09:33:12 +07:00 |
|
Huu Le (Lee)
|
e8db041d58
|
feat: Add multiple URLs reader (#18)
|
2024-03-25 12:43:50 +07:00 |
|
Thuc Pham
|
3808d078e1
|
feat: ability to download community submodules (#3)
|
2024-03-14 13:48:14 +07:00 |
|
Nir Gazit
|
f689405460
|
feat: add observability with openllmetry (#2)
|
2024-03-14 09:54:21 +07:00 |
|
Huu Le (Lee)
|
d919422836
|
fix: add missing env value; improve docs and error message (#638)
|
2024-03-13 09:08:53 +07:00 |
|
Marcus Schiesser
|
44fd8cb3fa
|
refactor: clean nextjs config generation (use JSON) (#631)
|
2024-03-11 14:16:15 +07:00 |
|
Huu Le (Lee)
|
598e9fb592
|
feat: Add start in VSCode option and support python for dev container (#619)
|
2024-03-07 17:19:08 +07:00 |
|
Huu Le (Lee)
|
afc11a3a99
|
feat: add embedding model option to create-llama (#608)
|
2024-03-05 16:59:51 +07:00 |
|
Huu Le (Lee)
|
1d4a592f15
|
feat: Add use LlamaParse option to create-llama (#591)
|
2024-03-01 16:54:06 +07:00 |
|
Marcus Schiesser
|
3fde4b8f0d
|
Revert "fix: add handle error from template installation (#522)"
This reverts commit 82ce5db4e3.
|
2024-02-07 16:01:08 +07:00 |
|
Huu Le (Lee)
|
82ce5db4e3
|
fix: add handle error from template installation (#522)
Co-authored-by: Marcus Schiesser <mail@marcusschiesser.de>
|
2024-02-07 15:30:26 +07:00 |
|
Huu Le (Lee)
|
904c53cf76
|
feat: Add support for llamahub tools (#517)
Co-authored-by: Marcus Schiesser <mail@marcusschiesser.de>
|
2024-02-06 17:34:03 +07:00 |
|
Thuc Pham
|
2fc5b3ee73
|
feat: use pnpm pack for e2e (#490)
|
2024-02-01 10:12:21 +07:00 |
|
Huu Le (Lee)
|
b7b30a5300
|
Feat: add + fix chat with web (#481)
|
2024-01-30 14:17:33 +07:00 |
|
Marcus Schiesser
|
ab4565bb70
|
Revert "feat: Add chat with web data (#450)"
This reverts commit 979b7dd697.
|
2024-01-29 17:28:16 +07:00 |
|
Huu Le (Lee)
|
979b7dd697
|
feat: Add chat with web data (#450)
|
2024-01-29 14:16:57 +07:00 |
|
Thuc Pham
|
71bd256fb8
|
feat: generate llama pack example (#429)
|
2024-01-26 15:02:49 +07:00 |
|
Huu Le (Lee)
|
1af678eb2c
|
Feat: add local pdf file option (#441)
|
2024-01-25 15:20:42 +07:00 |
|
Huu Le (Lee)
|
653b93db1d
|
add run app option (#399)
|
2024-01-22 14:03:57 +07:00 |
|
Huu Le (Lee)
|
b890c44508
|
Added option to automatically install dependencies (for Python and TS) (#381)
|
2024-01-16 16:12:37 +07:00 |
|
Alex Yang
|
c778e4507e
|
fix: cover type check on all ts files (#372)
|
2024-01-12 15:36:04 -06:00 |
|
Marcus Schiesser
|
b8345f84b0
|
feat: add /api/chat e2e test (uses openai key) (#287)
* feat: allow custom external port
---------
Co-authored-by: thucpn <thucsh2@gmail.com>
|
2023-12-22 12:49:13 +07:00 |
|
Marcus Schiesser
|
7cc658ecdc
|
Feat: Add vector DB to create-llama (starting with MongoDB) (#279)
* feat: add selection for vector DB
* feat: add mongo datasource
* fix: remove not implemented vector dbs
---------
Co-authored-by: Thuc Pham <51660321+thucpn@users.noreply.github.com>
|
2023-12-15 16:49:00 +08:00 |
|
Marcus Schiesser
|
5fc9d0abb3
|
fix: unify OpenAI key naming
|
2023-12-07 11:28:37 +07:00 |
|
Marcus Schiesser
|
5baac73861
|
feat: added e2e (thanks @himself65)
|
2023-12-07 11:28:37 +07:00 |
|
Marcus Schiesser
|
cdc8422c48
|
fix: using correct path for readme link in terminal
|
2023-12-04 17:01:44 +07:00 |
|
thucpn
|
af2a1687c9
|
feat: options to download community projects
|
2023-12-04 13:51:53 +07:00 |
|
Marcus Schiesser
|
2da90b9869
|
feat: removed non-streaming for nextjs
|
2023-11-24 18:04:14 +07:00 |
|
Marcus Schiesser
|
962b4badae
|
feat: add multi-modal (file upload) and model selection to create-llama
|
2023-11-24 16:49:05 +07:00 |
|
Laurie Voss
|
119af4384e
|
next.config.js has to be different for express/python backends
|
2023-11-19 15:55:27 -08:00 |
|
yisding
|
130318e438
|
Update packages/create-llama/create-app.ts
Co-authored-by: Alex Yang <himself65@outlook.com>
|
2023-11-13 17:48:15 -08:00 |
|
Marcus Schiesser
|
60816cc0f5
|
fix: don't copy backend files for frontend-only
|
2023-11-13 17:38:40 +07:00 |
|
Marcus Schiesser
|
9d5248d7af
|
feat: add OpenAI key to create-llama
|
2023-11-10 16:56:35 +07:00 |
|
Marcus Schiesser
|
07fd79ec35
|
feat: generate fullstack app with fastapi or express
|
2023-11-10 16:56:35 +07:00 |
|
Marcus Schiesser
|
06cc3cdc85
|
feat: set custom api path for nextjs
|
2023-11-10 16:56:35 +07:00 |
|
Marcus Schiesser
|
af59051d9a
|
added simple fastapi template
|
2023-11-10 16:56:35 +07:00 |
|
Marcus Schiesser
|
19a0ad0478
|
feat: select between HTML and shadcn components
|
2023-11-10 16:56:35 +07:00 |
|
Marcus Schiesser
|
b6f67d9391
|
add ContextChatEngine and generator for different chat engines
|
2023-11-10 16:56:35 +07:00 |
|
Marcus Schiesser
|
255be460d1
|
added support for generating streaming template
|
2023-11-10 16:56:35 +07:00 |
|
Marcus Schiesser
|
ea6010a2e3
|
remove import alias and src folder rewrite
|
2023-11-10 16:56:34 +07:00 |
|
Marcus Schiesser
|
5713716916
|
add express example, framework selector and use existing package.json (just update it)
|
2023-11-10 16:56:34 +07:00 |
|
Marcus Schiesser
|
ccf8a0b917
|
removed URL download
|
2023-11-10 16:56:34 +07:00 |
|
Marcus Schiesser
|
53f7ff8ee1
|
use prettier
|
2023-11-10 16:56:34 +07:00 |
|
Marcus Schiesser
|
24cd04d1d5
|
add llama nextjs simple template
|
2023-11-10 16:56:34 +07:00 |
|
Marcus Schiesser
|
d3de6ca69d
|
add create-next-app v13.5.6
|
2023-11-10 16:56:34 +07:00 |
|