-
- **Package Name**: @azure/search-documents
- **Package Version**: 12.1.0
- **Operating system**: Mac OS
- [x] **nodejs**
- **version**:
- [ ] **browser**
- **name/version**:
- [ ] **types…
-
A new api to rebuild the vector index
- Ability to rebuild HNSW / PQ with different parameters (`maxConnections` or `efConstruction`)
- Shard will go read only while being rebuilt
- Rebuild api s…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I'm following an example from the [Advanced RAG: Combining RAG with Text-to-SQL](https:/…
-
### Is your feature request related to a problem? Please describe
In my index, I have two knn_vector fields with settings.index.knn set to true, but I want one field to use approximate k-NN search wh…
-
### Is your feature request related to a problem?
After documents are ingested by **text_embedding** processor, an array of float32 type per **knn_vector** field is stored in segments.(hnsw or ivf)
…
-
-
hi there
I am not sure if this issue is regarding commuter or importing, however I will try to explain it as much as I can.
I got a bunch of documents to index and do some semantic search, I just …
-
I am using text-embedding-3-large within a 3rd party openai format provider, the chatbot works with this provider.
![image](https://github.com/user-attachments/assets/812c0559-5d9a-475b-ba53-3fdb9881…
IHB4L updated
3 weeks ago
-
Apparently [vector_stores have to be explicitly installed](https://stackoverflow.com/questions/78028402/modulenotfounderror-for-llama-index-vector-stores-in-python-project).
```
Traceback (most rece…
-
Create new class that allows for Vector Indexing, similar to Fortran:
``` fortran
real,dimension(10) :: a
a = 1.0
a( [1,3,4,7] ) = 0.0
```
I'm thinking of using Array1d as a linear indexer, which ca…