forked from arc53/DocsHUB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcombined.json
41 lines (41 loc) · 1.44 KB
/
combined.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[{
"name": "langchain",
"language": "python",
"version": "0.0.79",
"description": "Large language models (LLMs) are emerging as a transformative technology, enabling developers to build applications that they previously could not.",
"fullName": "LangChain",
"date": "07/02/2023",
"docLink": "https://langchain.readthedocs.io/en/latest/index.html"
},{
"name": "pandas",
"language": "python",
"version": "1.5.3",
"description": "Pandas is alibrary providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.",
"fullName": "Pandas",
"date": "07/02/2023",
"docLink": "https://pandas.pydata.org/docs/"
},{
"name": "scikit-learn",
"language": "python",
"version": "1.2.1",
"description": "Machine Learning in Python",
"fullName": "scikit-learn",
"date": "07/02/2023",
"docLink": "https://scikit-learn.org/stable/"
},{
"name": "python",
"language": "python",
"version": "3.11.1",
"description": "Python is a programming language that lets you work quickly and integrate systems more effectively.",
"fullName": "Python",
"date": "07/02/2023",
"docLink": "https://docs.python.org/3/"
},{
"name": "solidity",
"language": "ethereum",
"version": "0.8.18",
"description": "Solidity is an object-oriented, high-level language for implementing smart contracts.",
"fullName": "Solidity",
"date": "07/02/2023",
"docLink": "https://docs.soliditylang.org/en/v0.8.18/"
}]