提交

提交图

  • b07ce84179 Bump up python package version. shaoyijia 2024-08-22 22:55:57 -07:00
  • 4076b0e7a0 Merge pull request #148 from stanford-oval/dev-fix-vllm Yijia Shao 2024-08-22 22:34:25 -07:00
  • 71f4cd9120 Reformat code. shaoyijia 2024-08-22 22:18:59 -07:00
  • 1ba0d6d609 Reimplement VLLMClient to reflect the recent update in vllm. shaoyijia 2024-08-22 22:15:34 -07:00
  • 493d796210 Merge pull request #145 from zenith110/users/zenith110/duckduckgo Yijia Shao 2024-08-22 21:09:44 -07:00
  • 36f92aa9b2 Merge branch 'main' into users/zenith110/duckduckgo Yijia Shao 2024-08-22 21:09:12 -07:00
  • fcd9cf0c27 Merge pull request #144 from haailabs/main Yijia Shao 2024-08-22 21:06:05 -07:00
  • 1cd9cacd2c Add link to GroqModel. Yijia Shao 2024-08-22 21:05:42 -07:00
  • 5c9e7143f7 Merge pull request #147 from sureenheer/main Yijia Shao 2024-08-20 17:11:52 -07:00
  • 376d2b2bbf fixed bug sureenheer 2024-08-20 17:09:34 -07:00
  • 4d73319837 finished truncate_filename sureenheer 2024-08-20 16:48:54 -07:00
  • 4147dda2e0 Added duckduckgo and searxng as retrieval module components to readme zenith110 2024-08-19 21:16:06 -04:00
  • 529988ecff Change name of Groq class to GroqModel and added example with link to get Groq API key in run_storm_wiki_groq.py ndehouche 2024-08-19 23:58:12 +07:00
  • ffbd820415 Added GroqOpenAIModel ndehouche 2024-08-16 15:56:26 +07:00
  • 525e660362 Updated to pull latest changes from main zenith110 2024-08-19 12:58:03 -04:00
  • f97b7558e6 Made changes based off feedback zenith110 2024-08-19 07:36:55 -04:00
  • 53b7f1ece5 Merge pull request #119 from hdelossantos/feature/add-support-for-searxng Yijia Shao 2024-08-18 23:22:59 -07:00
  • 231c34bf51 Merge branch 'main' into feature/add-support-for-searxng Yijia Shao 2024-08-18 23:22:20 -07:00
  • 70c9ea1c37 Add SearXNG documentation link. Yijia Shao 2024-08-18 23:13:17 -07:00
  • c57425d38b Updated comment on keys to include or as part of the last key zenith110 2024-08-17 11:37:24 -04:00
  • 932adfc4e2 Updated duckduckgo retrievers to be parsed zenith110 2024-08-17 11:33:27 -04:00
  • 0a5a319177 Updated examples + rm to use duckduckgo zenith110 2024-08-15 23:24:49 -04:00
  • 67bcc29120 Fix #140. shaoyijia 2024-08-14 18:56:21 -07:00
  • 7df5dc3992 Update issue templates Yucheng-Jiang 2024-08-12 23:23:53 -07:00
  • 40779cb619 Bump up Python package version. v0.2.4 shaoyijia 2024-08-09 09:45:02 -07:00
  • 821a324486 Merge pull request #134 from kevindragon/main Yijia Shao 2024-08-08 22:32:59 -07:00
  • 457ed9ef2f support brave search Kevin Jiang 2024-08-08 22:09:47 +08:00
  • f74b91ca8d support brave search Kevin Jiang 2024-08-08 08:32:10 +08:00
  • 11a17072b1 Merge pull request #130 from Paillat-dev/patch-1 Yucheng-Jiang 2024-08-06 08:48:26 -07:00
  • 17ff5d507d Merge pull request #132 from zenith110/users/zenith110/131 Yucheng-Jiang 2024-08-05 10:24:09 -07:00
  • 51d0d2fe4a Fixed bug with collected_results grabbing the wrong data for title and link when knowledge graph to be None zenith110 2024-08-05 12:19:44 -04:00
  • fc0561c67c 🩹 Add GoogleModel in readme Paillat 2024-08-05 10:23:11 +02:00
  • cbb38daed6 Merge pull request #128 from amrpyt/dev-gemini Yijia Shao 2024-08-04 17:00:27 -07:00
  • 255b6080c4 chore: Update Gemini models in STORM Wiki pipeline amr 2024-08-04 19:40:16 +03:00
  • 494b2889c7 Merge pull request #127 from AMMAS1/main Yijia Shao 2024-08-04 07:59:31 -07:00
  • aad6ec0337 fixed vectorRM requiring embedding model in the example. AMMAS1 2024-08-04 04:06:15 -07:00
  • 178fe0c529 Merge pull request #126 from AMMAS1/main Yijia Shao 2024-08-03 08:26:06 +08:00
  • f9c973877a Fix import order and refine code comments. Yijia Shao 2024-08-03 08:24:05 +08:00
  • 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 AMMAS1 2024-08-02 16:53:02 -07:00
  • 5315abdc68 moved collection name to be the top parameter and added an if statement to check if it's none and raise an error AMMAS1 2024-08-02 16:50:43 -07:00
  • 97ddd26436 some stylistic modifications to the utils.py file + @staticmethod AMMAS1 2024-08-02 16:49:26 -07:00
  • db03f3ec12 fixed the naming of the class in the example script AMMAS1 2024-08-02 16:47:58 -07:00
  • f52a17b278 added comments about what this class is AMMAS1 2024-08-02 16:47:19 -07:00
  • 411dc24492 renamed the class to QdrantVectorStoreManager AMMAS1 2024-08-02 16:45:20 -07:00
  • 42dfbbb695 fixed typo in example readme AMMAS1 2024-08-02 04:28:54 -07:00
  • 498aa64278 moved the function that creates the vector store from rm.py to utils.py AMMAS1 2024-08-02 04:28:08 -07:00
  • 6f7e1ca445 updated the examples readme AMMAS1 2024-08-02 03:09:39 -07:00
  • 26fa01cd28 patched the update-vector-store command AMMAS1 2024-08-02 03:08:40 -07:00
  • f6833d949c Merge pull request #118 from stanford-oval/dev-demo-light-patch Yijia Shao 2024-08-01 19:58:50 +08:00
  • 1c23baf81d Cleaning up formatting after merging from upstream. Hanly De Los Santos 2024-07-31 20:22:45 -04:00
  • fa45507b4f Merge remote-tracking branch 'origin/main' into feature/add-support-for-searxng Hanly De Los Santos 2024-07-31 20:16:50 -04:00
  • 5a1d64c051 fix bug in my articles Yucheng-Jiang 2024-07-31 11:44:42 -07:00
  • 6a57b0ce96 Merge pull request #102 from zenith110/users/zenith110/serper Yijia Shao 2024-07-31 11:23:37 +08:00
  • 985b3faac3 Update comments for SerperRM. Yijia Shao 2024-07-31 11:22:31 +08:00
  • 4f2714f9b2 Adding support for SearXNG Hanly De Los Santos 2024-07-30 22:36:19 -04:00
  • a1844fa4aa Made changes based off pr feedback zenith110 2024-07-29 12:37:27 -04:00
  • 84de632450 Updated ollama and mistral zenith110 2024-07-28 11:34:51 -04:00
  • c8d5db7ab4 Merge branch 'users/zenith110/serper' of https://github.com/zenith110/storm into users/zenith110/serper zenith110 2024-07-28 11:30:05 -04:00
  • 89be9743e9 Manually updated all examples except serper to follow the same style as main branch zenith110 2024-07-28 11:29:57 -04:00
  • 34d38dea3a Support Gemini model. dev-gemini shaoyijia 2024-07-28 23:14:44 +08:00
  • 85a1e6e439 Reverted back everything except requirements.txt, the new example file, and rm.py zenith110 2024-07-28 10:32:14 -04:00
  • 0b5a56342a Added serper zenith110 2024-07-27 17:09:28 -04:00
  • db76a57ab8 Merge branch 'main' of https://github.com/zenith110/storm into users/zenith110/serper zenith110 2024-07-25 16:03:25 -04:00
  • 263d894e34 Merge branch 'main' of github.com:stanford-oval/storm shaoyijia 2024-07-22 22:14:01 +08:00
  • 16db753f8e Add CONTRIBUTING.md to convey contribution suggestions. shaoyijia 2024-07-22 22:12:44 +08:00
  • 1c6dba5d2e Got the basic framework set up for serper zenith110 2024-07-21 21:17:35 -04:00
  • 61159c9e8e Merge pull request #84 from rmcc3/main Yijia Shao 2024-07-19 21:18:35 +08:00
  • 04a44ce0f2 Support deepseek Ray 2024-07-19 03:35:51 -04:00
  • f0705792b6 Reset to upstream, add support for DeepSeek Ray 2024-07-19 03:06:28 -04:00
  • 8751f05a96 Merge pull request #80 from stanford-oval/dev-python-pkg v0.2.3 Yijia Shao 2024-07-18 12:25:42 +08:00
  • 3fa0e0e61c Add a line break to readme.md. dev-python-pkg shaoyijia 2024-07-18 11:23:26 +08:00
  • eaf8589625 Merge ollama support (#81). shaoyijia 2024-07-17 19:54:45 +08:00
  • 29f21f64f2 Merge branch 'main' into dev-python-pkg shaoyijia 2024-07-17 19:46:53 +08:00
  • f9ffc0d54b Merge pull request #81 from zhjain/support-ollama Yijia Shao 2024-07-17 19:44:51 +08:00
  • bd3710a55d Add support ollama zhou jian 2024-07-17 12:43:10 +08:00
  • 441563d2ec Nit. shaoyijia 2024-07-16 12:06:30 +08:00
  • 10b2646ef7 Bump up the version. shaoyijia 2024-07-16 11:53:37 +08:00
  • 16a6903bf3 Update demo light to match the change. shaoyijia 2024-07-16 11:44:03 +08:00
  • 03ace467b8 Update Readme.md. shaoyijia 2024-07-16 11:34:37 +08:00
  • 708fc04fdd Update example scripts. shaoyijia 2024-07-15 22:59:48 +08:00
  • 97ca8501f3 Fix AzureOpenAIModel. shaoyijia 2024-07-15 22:59:32 +08:00
  • 9cf9eefdd0 Adjust directory structure: src/knowledge_storm -> knowledge_storm. shaoyijia 2024-07-15 22:26:03 +08:00
  • 885a7d1cdc Wrap src into a python package. shaoyijia 2024-07-15 20:59:10 +08:00
  • 812d10f987 Merge pull request #65 from Superb-Owl-Wiki/patch-1 Yijia Shao 2024-07-13 07:38:46 +08:00
  • e65e1ba7a5 Update README.md Yucheng-Jiang 2024-07-12 15:40:58 -07:00
  • b9a8fa547b Update internet_source_restrictions.json Superb Owl 2024-07-12 13:43:31 -07:00
  • 10e8955d08 Merge pull request #59 from stanford-oval/readme_update Yijia Shao 2024-07-09 09:25:58 +08:00
  • b6e1092dc7 Update README.md Yucheng-Jiang 2024-07-08 08:19:22 -07:00
  • 3a50e058ed Add website link. v0.2.0 shaoyijia 2024-07-08 21:57:41 +08:00
  • d3b36cdc39 Merge pull request #58 from AMMAS1/dev-customize-retrieval-source Yijia Shao 2024-07-08 07:37:49 +08:00
  • e31dcf1a0c Require users to provide unique urls when using VectorRM. AMMAS1 2024-07-07 15:02:56 -07:00
  • df8912d08b add scripts and documentation to support customize retrieval source AMMAS1 2024-07-06 08:48:59 -07:00
  • 72aebfdb2e Add a minimal user interface for developer. Yijia Shao 2024-07-05 19:08:36 +08:00
  • b42ad98c8e Revert unnecessary change. shaoyijia 2024-07-05 19:01:05 +08:00
  • eccba58bf5 Auto-sync-2024-06-18-21-04-23 Yucheng-Jiang 2024-06-19 04:04:24 +00:00
  • 6649139569 Add NAACL material. shaoyijia 2024-06-16 00:53:21 -07:00
  • 5a7e110a30 Update FreshWiki license and code for the data construction pipeline. shaoyijia 2024-06-04 09:21:25 -07:00
  • 1f8ac2ddb4 Update example scripts to support BingSearch. shaoyijia 2024-05-19 20:54:08 -07:00
  • e9ff4c1137 Merge pull request #47 from stanford-oval/add-logo Yijia Shao 2024-05-18 22:11:22 -07:00
  • ebb80400a3 Update logo. shaoyijia 2024-05-18 22:08:13 -07:00