You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://colab.research.google.com/drive/1sEZBonBMGP44CtO6GQTwAlL0BGJXjtfd?usp=sharing)
{'projects': [{'title': 'Rotary Pendulum RL', 'description': 'Open Source project aimed at controlling a real life rotary pendulum using RL algorithms'}, {'title': 'DQN Implementation from scratch', 'description': 'Developed a Deep Q-Network algorithm to train a simple and double pendulum'}, ...]}
87
+
```
88
+
89
+
### 案例 2: 使用混合模型的 SearchGraph
90
+
我们使用 **Groq** 作为 LLM,使用 **Ollama** 作为嵌入模型。
88
91
89
92
```python
90
93
from scrapegraphai.graphs import SearchGraph
@@ -105,7 +108,7 @@ graph_config = {
105
108
106
109
# 创建 SearchGraph 实例
107
110
search_graph = SearchGraph(
108
-
prompt="列出所有来自基奥贾的传统食谱",
111
+
prompt="List me all the traditional recipes from Chioggia",
109
112
config=graph_config
110
113
)
111
114
@@ -118,9 +121,12 @@ print(result)
118
121
119
122
```python
120
123
{'recipes': [{'name': 'Sarde in Saòre'}, {'name': 'Bigoli in salsa'}, {'name': 'Seppie in umido'}, {'name': 'Moleche frite'}, {'name': 'Risotto alla pescatora'}, {'name': 'Broeto'}, {'name': 'Bibarasse in Cassopipa'}, {'name': 'Risi e bisi'}, {'name': 'Smegiassa Ciosota'}]}
| Marco Vinciguerra |[](https://www.linkedin.com/in/marco-vinciguerra-7ba365242/)|
215
+
| Marco Perini |[](https://www.linkedin.com/in/perinim/)|
216
+
| Lorenzo Padoan |[](https://www.linkedin.com/in/lorenzo-padoan-4521a2154/)|
203
217
204
-
Marco Vinciguerra
205
-
Marco Perini
206
-
Lorenzo Padoan
207
218
## 📜 许可证
208
219
209
-
ScrapeGraphAI 采用 MIT 许可证。更多信息请查看 LICENSE 文件。
220
+
ScrapeGraphAI 采用 MIT 许可证。更多信息请查看 [LICENSE](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/LICENSE) 文件。
0 commit comments