Skip to content

Commit 40779cb

Browse files
committed
Bump up Python package version.
1 parent 821a324 commit 40779cb

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ runner = STORMWikiRunner(engine_args, lm_configs, rm)
100100
```
101101

102102
Currently, our package support:
103-
- `OpenAIModel`, `AzureOpenAIModel`, `ClaudeModel`, `VLLMClient`, `TGIClient`, `TogetherClient`, `OllamaClient`, `GoogleModel` as language model components
104-
- `YouRM`, `BingSearch`, `VectorRM` as retrieval module components
103+
- `OpenAIModel`, `AzureOpenAIModel`, `ClaudeModel`, `VLLMClient`, `TGIClient`, `TogetherClient`, `OllamaClient`, `GoogleModel`, `DeepSeekModel` as language model components
104+
- `YouRM`, `BingSearch`, `VectorRM`, `SerperRM`, `BraveRM` as retrieval module components
105105

106106
:star2: **PRs for integrating more language models into [knowledge_storm/lm.py](knowledge_storm/lm.py) and search engines/retrievers into [knowledge_storm/rm.py](knowledge_storm/rm.py) are highly appreciated!**
107107

knowledge_storm/rm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from typing import Callable, Union, List
44

55
import dspy
6-
import pandas as pd
76
import requests
87

98
from langchain_huggingface import HuggingFaceEmbeddings

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name="knowledge-storm",
19-
version="0.2.3",
19+
version="0.2.4",
2020
author="Yijia Shao, Yucheng Jiang",
2121
2222
description="STORM: A language model-powered knowledge curation engine.",

0 commit comments

Comments
 (0)