提交

238 次代码提交

作者 SHA1 备注 提交日期
Yijia Shao fb951af774 Merge pull request #400 from stanford-oval/patch/requirement-change
[nit] loose requirements version restriction
2025-09-30 11:07:17 -07:00
shaoyijia e999204097 [nit] loose requirements version restriction 2025-09-30 11:05:33 -07:00
Yucheng-Jiang 45ee413100 Merge pull request #349 from shern2/main
correct typo for reorganize
2025-05-02 15:44:16 -07:00
Yucheng-Jiang ff1d26972a Update README.md 2025-05-02 15:43:38 -07:00
shern 15d3fbce37 correct typo for reorganize 2025-04-13 10:42:24 +08:00
Yucheng-Jiang e80d9bbea7 Merge pull request #309 from stanford-oval/yijia-patch-azuremodel
Fix `AzureOpenAIModel` to match the latest Azure API.
v1.1.0
2025-01-22 20:50:40 -08:00
shaoyijia ea39855d36 Specify litellm version in requirements.txt. 2025-01-22 13:41:26 -08:00
shaoyijia 73bddddc3f Patch LitellmModel. 2025-01-22 12:15:45 -08:00
shaoyijia 3362dae748 Add litellm integration in knowledge-storm v1.1.0. 2025-01-22 11:59:28 -08:00
Yucheng-Jiang 068c9b9922 fix code style 2025-01-22 11:19:41 -08:00
Yucheng-Jiang 5fd4bc9bde fix code style with black 2025-01-22 11:15:41 -08:00
Yucheng-Jiang faff1f7f3b bump up version; add encoder class document; update readme 2025-01-22 11:13:14 -08:00
Yucheng-Jiang e213650bd3 update StanfordOvalArxivRM for internal usage 2025-01-21 22:53:24 -08:00
Yucheng-Jiang a7b0be047d STORM code typo fix 2025-01-21 22:52:40 -08:00
Yucheng-Jiang 8820be3821 Co-STORM code revision 2025-01-21 22:52:29 -08:00
Yucheng-Jiang 46b472b979 integrate Litellm into lm interface 2025-01-21 22:51:40 -08:00
Yucheng-Jiang 0764f542b5 encapsulate encoding function and Encoder class 2025-01-21 22:50:23 -08:00
shaoyijia 6f11450a8c Fix AzureOpenAIModel to match the latest Azure API. 2025-01-14 17:30:40 -08:00
Yijia Shao 39a21e6cee Merge pull request #290 from stanford-oval/Yucheng-Jiang-patch-readme
Update README.md
2025-01-05 17:38:42 +11:00
Yucheng-Jiang 077ca521a1 Update README.md
update readme to include description of `ENCODER_API_TYPE` which specified which encoder to use in co-storm
2025-01-04 15:12:54 -08:00
shaoyijia 5a61eec81d Upgrade the version of python package build tooling. 2024-12-10 23:28:27 -08:00
shaoyijia e09f273c58 Bump up pypi version (#265). 2024-12-10 23:13:03 -08:00
Yucheng-Jiang aca7b559a0 Update requirements.txt
resolve issue raised in #243
2024-10-30 10:23:05 -07:00
Yucheng-Jiang 93c6251488 Update engine.py with minor typo
Resolve #242
2024-10-29 11:00:46 -07:00
Yijia Shao dcfa2bd457 Merge pull request #236 from zhoucheng89/main
Fix SerperRM bug.
2024-10-27 09:53:29 -07:00
Eminem d7d8f4086c [SerperRM Bug]
valid_url_to_snippets.get(url, {}) get none value.
call strip function will be fix it. just like url.strip("\'").
format code and commit.
2024-10-27 16:59:52 +08:00
Eminem 03e3af6894 [SerperRM Bug]
valid_url_to_snippets.get(url, {}) get none value.
call strip function will be fix it. just like url.strip("\'")
2024-10-27 09:57:45 +08:00
Yijia Shao 18d025853a Merge pull request #198 from dfusion-dev/main
[New RM] Add AzureAISearch
2024-10-19 11:14:30 -07:00
Yijia Shao 9511be7b00 Fix format issue. 2024-10-19 11:11:13 -07:00
Yijia Shao 628bf0ec9d Nit. 2024-10-19 11:06:15 -07:00
patrick@cryptolock.ai da52da2620 azure ai search scoped imports included 2024-10-16 14:33:03 -07:00
patrick@cryptolock.ai 3922a84c4e Azure AI Search has optional requirements 2024-10-16 14:01:10 -07:00
Yucheng-Jiang f1a99b819f Merge pull request #218 from montasaurus/adam/fix-broken-readme-link
fix broken readme link
2024-10-14 15:31:15 -07:00
Adam Montgomery bb45c83b37 fix broken readme link 2024-10-14 13:34:28 -04:00
Yucheng-Jiang 4c79348f34 Merge pull request #208 from itinance/fix/typo-reogranize
Fixing Typo "reogranize" -> "reorganize"
2024-10-12 21:15:51 -07:00
Hagen Hübel 3b2e5a0106 Fixing Typo "reogranize" -> "reorganize" 2024-10-09 22:31:52 +03:00
patrick@cryptolock.ai db59481dbe Add Azure AI Search Support 2024-10-07 10:45:51 -07:00
shaoyijia 494534022a Include datasets in README.md. 2024-10-02 22:39:30 -07:00
Yucheng-Jiang c0418df37a Merge pull request #189 from xiaobeicn/main
fix encoder documentation; add costorm-runner instance dumping in the example script
2024-09-27 09:11:27 -07:00
Yijia Shao 28ad542f2a Merge pull request #181 from evidencebp/174-Pylint-alerts-corrections
174 pylint alerts corrections
2024-09-26 22:20:52 -07:00
xiaobeicn 4b091714cc fix and add 2024-09-27 11:35:43 +08:00
evidencebp 5b7e00b918 Merge branch 'main' into 174-Pylint-alerts-corrections 2024-09-26 12:42:59 +03:00
Yucheng-Jiang 0a902cd512 Update README.md (nit) 2024-09-25 13:32:21 -07:00
Yucheng-Jiang 564a507c65 Merge pull request #185 from stanford-oval/costorm-integration
Costorm integration
v1.0.0
2024-09-25 10:54:07 -07:00
shaoyijia efac123871 Fix python code format. 2024-09-25 10:22:38 -07:00
Yijia Shao ded466dcaa Mark StanfordOvalArxivRM as for internal use only. 2024-09-25 10:19:16 -07:00
Yijia Shao b35c27229a Update comments. 2024-09-25 10:15:59 -07:00
Yijia Shao 4c16d2e9e1 Update run_costorm_gpt.py 2024-09-25 10:10:07 -07:00
Yijia Shao 0777607873 Polish README.md for co-storm release. 2024-09-25 10:06:43 -07:00
Yucheng-Jiang 7cb5b19bf0 reformat code using black 2024-09-25 00:56:13 -07:00