Commit Graph

3184 Commits

Author SHA1 Message Date
tpoisonooo
7fa7bd5463 Update lightrag_siliconcloud_demo.py 2024-10-23 11:24:52 +08:00
zrguo
5822e7012f Merge pull request #87 from Soumil32/main
Added a class to use multiple models
2024-10-23 11:12:44 +08:00
zrguo
5e388f3f9f Merge pull request #87 from Soumil32/main
Added a class to use multiple models
2024-10-23 11:12:44 +08:00
zrguo
96284406f9 Merge pull request #88 from abylikhsanov/main
Adding Azure OpenAI
2024-10-23 11:09:35 +08:00
zrguo
ab07401a99 Merge pull request #88 from abylikhsanov/main
Adding Azure OpenAI
2024-10-23 11:09:35 +08:00
zrguo
28dc8cf1d8 Merge branch 'main' into main 2024-10-23 11:08:40 +08:00
zrguo
cd41fa1b25 Merge branch 'main' into main 2024-10-23 11:08:40 +08:00
zrguo
23971502fe Merge pull request #96 from tpoisonooo/support-siliconcloud
feat(examples): support siliconcloud free API
2024-10-23 11:02:42 +08:00
zrguo
a7364bc0e6 Merge pull request #96 from tpoisonooo/support-siliconcloud
feat(examples): support siliconcloud free API
2024-10-23 11:02:42 +08:00
zrguo
84f25ad877 Merge pull request #98 from JavieHush/main
Fix encoding error when running demo in some occasions
2024-10-23 11:01:28 +08:00
zrguo
53a1ee9b61 Merge pull request #98 from JavieHush/main
Fix encoding error when running demo in some occasions
2024-10-23 11:01:28 +08:00
Andrii Lazarchuk
53610260c7 Merge pull request #4 from alazarchuk/fix-ollama-integration
Finetune example to be able to run ollama example without need to twe…
2024-10-22 07:56:10 -07:00
Andrii Lazarchuk
b022700961 Merge pull request #4 from alazarchuk/fix-ollama-integration
Finetune example to be able to run ollama example without need to twe…
2024-10-22 07:56:10 -07:00
Andrii Lazarchuk
1d24eaf656 Finetune example to be able to run ollama example without need to tweak context size in Modelfile 2024-10-22 14:35:42 +00:00
Andrii Lazarchuk
c9baa4ebeb Finetune example to be able to run ollama example without need to tweak context size in Modelfile 2024-10-22 14:35:42 +00:00
Andrii Lazarchuk
b8fd7fbb9d Merge pull request #3 from alazarchuk/fix-ollama-integration
Fix ollama integration
2024-10-22 06:32:03 -07:00
Andrii Lazarchuk
2aa576f580 Merge pull request #3 from alazarchuk/fix-ollama-integration
Fix ollama integration
2024-10-22 06:32:03 -07:00
zhangjiawei
4b1509fb78 Merge branch 'main' of https://github.com/JavieHush/LightRAG 2024-10-22 16:18:25 +08:00
zhangjiawei
a9e1c2334c Merge branch 'main' of https://github.com/JavieHush/LightRAG 2024-10-22 16:18:25 +08:00
zhangjiawei
a097b48170 set encoding as utf-8 when reading ./book.txt in examples 2024-10-22 16:01:40 +08:00
zhangjiawei
6412400593 set encoding as utf-8 when reading ./book.txt in examples 2024-10-22 16:01:40 +08:00
JavieHush
d8a5cd8a37 Merge branch 'HKUDS:main' into main 2024-10-22 15:46:37 +08:00
JavieHush
a52ae4535e Merge branch 'HKUDS:main' into main 2024-10-22 15:46:37 +08:00
tpoisonooo
1ef973c7fc feat(examples): support siliconcloud free API 2024-10-22 15:16:57 +08:00
tpoisonooo
274d0fcc92 feat(examples): support siliconcloud free API 2024-10-22 15:16:57 +08:00
Abyl Ikhsanov
1dd927eb9d Update llm.py 2024-10-21 20:40:49 +02:00
Abyl Ikhsanov
c69a3606c6 Update llm.py 2024-10-21 20:40:49 +02:00
Soumil
e5ab24bad4 added a class to use multiple models 2024-10-21 18:34:43 +01:00
Soumil
d517ef9c20 added a class to use multiple models 2024-10-21 18:34:43 +01:00
Andrii Lazarchuk
e54d0536c4 Small fix on demo 2024-10-21 13:53:28 +00:00
Andrii Lazarchuk
0d44308987 Small fix on demo 2024-10-21 13:53:28 +00:00
zrguo
6527e75e81 Update README.md 2024-10-21 21:10:19 +08:00
zrguo
2720442893 Update README.md 2024-10-21 21:10:19 +08:00
zrguo
eb244b2fed Merge pull request #78 from sebastianschramm/ses/improve_readme_example
Fix example in README
2024-10-21 20:38:59 +08:00
zrguo
3d0b954328 Merge pull request #78 from sebastianschramm/ses/improve_readme_example
Fix example in README
2024-10-21 20:38:59 +08:00
Andrii Lazarchuk
392bf05be1 Merge remote-tracking branch 'origin/main' into fix-ollama-integration 2024-10-21 12:00:37 +00:00
Andrii Lazarchuk
f7d1e43a30 Merge remote-tracking branch 'origin/main' into fix-ollama-integration 2024-10-21 12:00:37 +00:00
Andrii Lazarchuk
25a2dd41c1 Add ability to passadditional parameters to ollama library like host and timeout 2024-10-21 11:55:46 +00:00
Andrii Lazarchuk
216813c300 Add ability to passadditional parameters to ollama library like host and timeout 2024-10-21 11:55:46 +00:00
Andrii Lazarchuk
108fc4a1ee Add ability to passadditional parameters to ollama library like host and timeout 2024-10-21 11:53:06 +00:00
Andrii Lazarchuk
6941f3e309 Add ability to passadditional parameters to ollama library like host and timeout 2024-10-21 11:53:06 +00:00
Sebastian Schramm
133fb1554f add import and rm duplicate working dir in README 2024-10-21 11:23:12 +02:00
Sebastian Schramm
32188feb4d add import and rm duplicate working dir in README 2024-10-21 11:23:12 +02:00
JavieHush
ab8d67c602 Merge branch 'HKUDS:main' into main 2024-10-21 09:06:06 +08:00
JavieHush
0174553c86 Merge branch 'HKUDS:main' into main 2024-10-21 09:06:06 +08:00
✨Data Intelligence Lab@HKU✨
08caaa0b53 Update README.md 2024-10-21 01:18:46 +08:00
✨Data Intelligence Lab@HKU✨
57e9604ce6 Update README.md 2024-10-21 01:18:46 +08:00
LarFii
6924a5f179 Update __init__.py 2024-10-20 23:10:07 +08:00
LarFii
95c5ffef5a Update __init__.py 2024-10-20 23:10:07 +08:00
LarFii
bcd81e3a50 Add visualization methods 2024-10-20 23:08:26 +08:00