提交

提交图

153 次代码提交

作者 SHA1 备注 提交日期
shaoyijia b5ce5935d3 Add pre-commit hook. 2024-09-04 11:14:12 -07:00
shaoyijia 89c8aad97f Reformat knowledge_storm/** using black. 2024-09-01 12:08:02 -07:00
shaoyijia ded9687edd Use black as the python code formatter. 2024-09-01 11:16:58 -07:00
shaoyijia 05281931e9 Add black format check workflow. 2024-09-01 11:10:21 -07:00
shaoyijia c0a31740f7 Fix a typo in README.md 2024-08-26 15:17:10 -07:00
Yucheng-Jiang 3a28a51a12 Merge pull request #149 from zenith110/users/zenith110/tavily
[New RM] - Add Tavily search
2024-08-25 00:18:41 +08:00
zenith110 c9d9589f24 Updated tavily rm to have engine docs in first docs string 2024-08-24 09:23:01 -04:00
zenith110 9499cdfb87 Removed whitespace 2024-08-23 13:43:46 -04:00
zenith110 1902903f5e Added tavily code 2024-08-23 12:00:48 -04:00
shaoyijia b07ce84179 Bump up python package version. 2024-08-22 22:55:57 -07:00
Yijia Shao 4076b0e7a0 Merge pull request #148 from stanford-oval/dev-fix-vllm
[Bug Fix] Fix `VLLMClient` to reflect the recent update in vllm.
2024-08-22 22:34:25 -07:00
shaoyijia 71f4cd9120 Reformat code. 2024-08-22 22:18:59 -07:00
shaoyijia 1ba0d6d609 Reimplement VLLMClient to reflect the recent update in vllm. 2024-08-22 22:15:34 -07:00
Yijia Shao 493d796210 Merge pull request #145 from zenith110/users/zenith110/duckduckgo
[New RM] Add DuckDuckGoRM
2024-08-22 21:09:44 -07:00
Yijia Shao 36f92aa9b2 Merge branch 'main' into users/zenith110/duckduckgo 2024-08-22 21:09:12 -07:00
Yijia Shao fcd9cf0c27 Merge pull request #144 from haailabs/main
[New LM] Added GroqModel
2024-08-22 21:06:05 -07:00
Yijia Shao 1cd9cacd2c Add link to GroqModel. 2024-08-22 21:05:42 -07:00
Yijia Shao 5c9e7143f7 Merge pull request #147 from sureenheer/main
Fixed OSError [Errno 63] File name too long
2024-08-20 17:11:52 -07:00
sureenheer 376d2b2bbf fixed bug 2024-08-20 17:09:34 -07:00
sureenheer 4d73319837 finished truncate_filename 2024-08-20 16:48:54 -07:00
zenith110 4147dda2e0 Added duckduckgo and searxng as retrieval module components to readme 2024-08-19 21:16:06 -04:00
ndehouche 529988ecff Change name of Groq class to GroqModel and added example with link to get Groq API key in run_storm_wiki_groq.py 2024-08-20 00:03:01 +07:00
ndehouche ffbd820415 Added GroqOpenAIModel 2024-08-20 00:03:01 +07:00
zenith110 525e660362 Updated to pull latest changes from main 2024-08-19 12:58:03 -04:00
zenith110 f97b7558e6 Made changes based off feedback 2024-08-19 07:36:55 -04:00
Yijia Shao 53b7f1ece5 Merge pull request #119 from hdelossantos/feature/add-support-for-searxng
[New RM] Add support for SearXNG
2024-08-18 23:22:59 -07:00
Yijia Shao 231c34bf51 Merge branch 'main' into feature/add-support-for-searxng 2024-08-18 23:22:20 -07:00
Yijia Shao 70c9ea1c37 Add SearXNG documentation link. 2024-08-18 23:13:17 -07:00
zenith110 c57425d38b Updated comment on keys to include or as part of the last key 2024-08-17 11:37:24 -04:00
zenith110 932adfc4e2 Updated duckduckgo retrievers to be parsed 2024-08-17 11:33:27 -04:00
zenith110 0a5a319177 Updated examples + rm to use duckduckgo 2024-08-15 23:24:49 -04:00
shaoyijia 67bcc29120 Fix #140. 2024-08-14 18:56:21 -07:00
Yucheng-Jiang 7df5dc3992 Update issue templates 2024-08-12 23:23:53 -07:00
shaoyijia 40779cb619 Bump up Python package version. v0.2.4 2024-08-09 09:45:02 -07:00
Yijia Shao 821a324486 Merge pull request #134 from kevindragon/main
[New RM] support brave search
2024-08-08 22:32:59 -07:00
Kevin Jiang 457ed9ef2f support brave search 2024-08-08 22:09:47 +08:00
Kevin Jiang f74b91ca8d support brave search 2024-08-08 08:32:10 +08:00
Yucheng-Jiang 11a17072b1 Merge pull request #130 from Paillat-dev/patch-1
🩹 Add `GoogleModel` in readme
2024-08-06 08:48:26 -07:00
Yucheng-Jiang 17ff5d507d Merge pull request #132 from zenith110/users/zenith110/131
[RM Enhancement] Fixed SerperRM when knowledge graph is none to properly return data
2024-08-05 10:24:09 -07:00
zenith110 51d0d2fe4a Fixed bug with collected_results grabbing the wrong data for title and link when knowledge graph to be None 2024-08-05 12:19:44 -04:00
Paillat fc0561c67c 🩹 Add GoogleModel in readme 2024-08-05 10:23:11 +02:00
Yijia Shao cbb38daed6 Merge pull request #128 from amrpyt/dev-gemini
Support Gemini model.
2024-08-04 17:00:27 -07:00
amr 255b6080c4 chore: Update Gemini models in STORM Wiki pipeline 2024-08-04 19:40:16 +03:00
Yijia Shao 494b2889c7 Merge pull request #127 from AMMAS1/main
fixed vectorRM requiring embedding model in the example.
2024-08-04 07:59:31 -07:00
AMMAS1 aad6ec0337 fixed vectorRM requiring embedding model in the example. 2024-08-04 04:06:15 -07:00
Yijia Shao 178fe0c529 Merge pull request #126 from AMMAS1/main
Patched the "update-vector-store" and moved the whole function that creates vector stores from rm.py to utils.py
2024-08-03 08:26:06 +08:00
Yijia Shao f9c973877a Fix import order and refine code comments. 2024-08-03 08:24:05 +08:00
AMMAS1 638acc0ae3 removed the default collection name and model from vectorRM to avoid confusions when deploying like choosing a wrong model other than the one the vector store was built with or a collection name that is outdated 2024-08-02 16:53:02 -07:00
AMMAS1 5315abdc68 moved collection name to be the top parameter and added an if statement to check if it's none and raise an error 2024-08-02 16:50:43 -07:00
AMMAS1 97ddd26436 some stylistic modifications to the utils.py file + @staticmethod 2024-08-02 16:49:26 -07:00