nicholasveloso commented on issue #1121:
URL: https://github.com/apache/age/issues/1121#issuecomment-2952664670

   > PRs [#2088](https://github.com/apache/age/pull/2088) and 
[#2172](https://github.com/apache/age/pull/2172) (in review) improve the 
interoperability of age with other extensions. For now, the regression tests 
for 
[pgvector](https://github.com/apache/age/blob/f47340d22b023d227d84aabaaa8b3061b7cf5fd7/regress/sql/pgvector.sql)
 can be referred to for using age with pgvector.
   > 
   > PS: I’ll try to come up with a blog or some documentation for this once 
[#2172](https://github.com/apache/age/pull/2172) is merged.
   
   I hope this bloc post comes out soon. 
   
   Also, with this will it be possible to use pgvector data types like vector, 
sparsevec, halfvec and bitvec data types, in Apache AGE's nodes and links 
properties? 
   
   For example, if I want to make a graph of the documents in the knowledge 
base tables that have their documents chuncked and the vector embeddings 
generated, so I would like to have a graph with nodes labeled **DOCUMENT**, 
with properties **document_id**, **document_name**, **document_summary**, etc. 
and each embedded chunk would be anothet node with label **CHUNK**, with 
properties **chunk_id**, **chunk_content**,** embedding_vector**, 
**previous_chunk_id**, **next_chunk_id**. 
   
   The last time I've tried this was quite some time ago, somewhere past the 
middle of last year, but at that time Apache AGE did not accept pgvector's data 
types, such as vector type, as the value of the **embedding_vector** property 
key, it returned an error that essentialy stated that the vector data type was 
not a valid data type and that it wasn't supported by Apache AGE.
   
   It would be great if Apache AGE accepted pgvector data types, it would also 
be great if it can also generate embeddings of thr graphs (graph embeddings) to 
use with AI. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to