-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
59 lines (53 loc) · 1.27 KB
/
pubspec.yaml
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
name: ask_pdf
description: A new Flutter project.
publish_to: "none"
version: 0.1.0
environment:
sdk: ">=3.1.2 <4.0.0"
dependencies:
flutter:
sdk: flutter
hooks_riverpod: ^2.4.5
flutter_hooks: ^0.20.3
riverpod_annotation: ^2.3.0
flutter_dotenv: ^5.1.0
syncfusion_flutter_pdf: ^23.1.42
path_provider: ^2.1.1
pinecone: ^0.6.0
langchain_openai: ^0.0.13
langchain:
git:
url: https://github.com/tayormi/langchain_dart
ref: 49d39e4615dfcdadbd4c921d02a5e6315c577af4
path: packages/langchain
langchain_pinecone:
git:
url: https://github.com/tayormi/langchain_dart
ref: 49d39e4615dfcdadbd4c921d02a5e6315c577af4
path: packages/langchain_pinecone
firebase_core: ^2.24.2
cloud_firestore: ^4.14.0
firebase_auth: ^4.16.0
firebase_storage: ^11.6.0
image_picker: ^1.0.7
google_fonts: ^6.1.0
dependency_overrides:
langchain:
git:
url: https://github.com/tayormi/langchain_dart
ref: 49d39e4615dfcdadbd4c921d02a5e6315c577af4
path: packages/langchain
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner:
custom_lint:
riverpod_generator: ^2.3.5
riverpod_lint: ^2.3.3
flutter:
uses-material-design: true
assets:
- assets/chat.png
- assets/pdf/
- .env