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
Copy file name to clipboardExpand all lines: todo.txt
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,9 @@ TODO:
3
3
* Test with integrated vectorization
4
4
* Multivector is working
5
5
* Can we get images mapped??
6
+
* We need DocIntelligence skill
6
7
* Update all TODOs in the code/docs
7
8
* Fix/add unit tests - check coverage
8
-
* In conftest, should I make a new env for vision? Currently I mashed it into the existing env, but it might be cleaner to have a separate one, as now I have to pass llm_inputs explicitly in the tests to turn off image responses.
9
-
* vote: make a new env
10
9
* LLMInputType and VectorFields have inconsistently named values
11
10
* # Vector fields:
12
11
# [X] text embedding field (embedding3) use_text_vector=True
@@ -16,9 +15,6 @@ TODO:
16
15
# [X] text sources , use_text_sources = True
17
16
# [X] image sources , use_image_sources = True
18
17
19
-
* Should we make an Azure AI Vision client class? So we dont have to pass two things around, just one?
20
-
* vision_endpoint and vision_token_provider
21
-
* we have one! its in embeddings.py, add compute_image_embeddings method to it and use it instead
22
18
23
19
To decide:
24
20
* For user data lake client, how often should we double check the ACL matches the oid, versus assuming the URLs convey that? (Like when fetching the image?)
0 commit comments