forked from janus-llm/janus-llm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CITATION.cff
67 lines (66 loc) · 1.78 KB
/
CITATION.cff
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Janus LLM
message: >-
If you use this software, please cite it using the metadata from this file.
type: software
authors:
- given-names: Michael
family-names: Doyle
email: [email protected]
affiliation: MITRE
orcid: 'https://orcid.org/0009-0002-0229-5693'
- given-names: Chris
family-names: Glasz
email: [email protected]
affiliation: MITRE
- given-names: Chris
family-names: Tohline
email: [email protected]
affiliation: MITRE
- given-names: William
family-names: Macke
email: [email protected]
affiliation: MITRE
- given-names: Paul
family-names: Kirk
email: [email protected]
affiliation: MITRE
- given-names: Lily
family-names: Wong
email: [email protected]
affiliation: MITRE
- given-names: Michael
family-names: Threet
email: [email protected]
affiliation: MITRE
- given-names: Colin
family-names: Diggs
email: [email protected]
affiliation: MITRE
- given-names: Pranay
family-names: Jain
email: [email protected]
affiliation: MITRE
- given-names: Chris
family-names: Kempis
email: [email protected]
affiliation: MITRE
repository-code: 'https://github.com/janus-llm/janus-llm'
url: 'janus-llm.github.io/janus-llm'
repository-artifact: 'https://pypi.org/project/janus-llm/'
abstract: >-
Janus LLM allows users to parse and chunk over 100 programming languages and embed that information into a vector database for retrieval augmented generation (RAG).
keywords:
- large language models
- llm
- parsing
- nlp
- translation
- vector database
- chroma
- python
license: Apache-2.0
version: 1.0.0
date-released: '2024-01-29'