-
## Overview
Implement job queue system to handle asynchronous processing of uploaded files (vectorization, embedding generation)
When files are uploaded by the user we can't vectorize and generate…
-
#### Content Type
- Guide
#### Article Description
Provide an in-depth guide on how to develop an intelligent codebase embedding and query system using state-of-the-art technologies like vector d…
nkkko updated
2 weeks ago
-
I encountered with following problem when using codeium on VSCode and Ubuntu.
```
language server port file not found
```
And the log says,
```
E0416 17:15:54.294760 471330 database.go:137] Erro…
-
Right now we have a pipeline with RAG that pulls data from a vector database when prompted. The pipeline can now answer simple questions like whats the earnings per share of the company.
Next steps…
-
I'm encountering an error while trying to use the WebsiteSearchTool with Gemini Pro as the LLM. The error message is:
"Embedding dimension 768 does not match collection dimensionality 1536. This is…
-
**Is your feature request related to a problem? Please describe.**
Embedding searches in vector databases for face recognition can be slow, especially with large datasets. Faster retrieval methods ar…
-
I was following [this doc](https://github.com/stanford-oval/suql/blob/main/docs/install_pip.md) to set up SUQL and trying to get the entry point example working. I was able to create the table in psql…
-
When open second vscode project, codeium can't work for the second project. Here is the log:
```txt
2024-01-03 13:38:08.970 [INFO]: [Language Server (stderr)]:
I0103 13:38:08.968740 25628 search_…
-
### Describe the bug
I follow the guideline on this doc https://microsoft.github.io/autogen/blog/page/2#customizing-embedding-function, but get Attribute Error in pgvectordb.py:422 when use Azure O…
-
### Description
Why does CHECK (field IN ('','E','P')) turn into CHECK (`Clitic` in (_utf8mb4\'\',_utf8mb4\'E\',_utf8mb4\'P\')) when saved? How do I make it stop embedding the _utf8mb4 which each cod…