Head to cutt.ly/spring3 and use Coupon Code SPRING3 to get a huge Discount on the course. Course Link: cutt.ly/spring3 New Course Bundle: cutt.ly/spring-bundle Discount Code: SPRING3
Can replace openAi api with local running llm using ollama , as openai is not free but there are llm model in the market available to run on your local machine which can be used instead of calling open ai api
Please mention, how vector embeddings are generated automatically by calling chatgpt apis using your private keys which happens impliclty when data is loaded into vector store
@@DailyCodeBuffer if you do not mind ,I will use this idea in my projects some can be commercial in future ,please let me know if it is not ok, thanks a lot
application is not started due to the below error Caused by: org.postgresql.util.PSQLException: ERROR: relation "vector_store" does not exist then i tried the schema.sql script manually in my postgres but its giving the ERROR: Could not open extension control file "C:/Program Files/PostgreSQL/17/share/extension/vector.control": No such file or directory.extension "vector" is not available
@@TeamSideline-zj5hz i finded a solution , you can add this in application.yaml spring.sql.init.mode=always spring.sql.init.schema-locations=classpath:schema.sql and delete the comment in schema file
Head to cutt.ly/spring3 and use Coupon Code SPRING3 to get a huge Discount on the course.
Course Link: cutt.ly/spring3
New Course Bundle: cutt.ly/spring-bundle
Discount Code: SPRING3
Can replace openAi api with local running llm using ollama , as openai is not free but there are llm model in the market available to run on your local machine which can be used instead of calling open ai api
Do I need to install docker first?
Please mention, how vector embeddings are generated automatically by calling chatgpt apis using your private keys which happens impliclty when data is loaded into vector store
if you do not mind ,I will use this idea in my projects some can be commercial in future ,please let me know if it is not ok, thanks a lot
Yes please 👍 All the best
Excellent Work
Many thanks
Sir can you make spring boot and next js14 on server deployment configuration video, It not in the whole internet
It's similar to how you do it for angular applications
thank you very useful
Thanks
@@DailyCodeBuffer if you do not mind ,I will use this idea in my projects some can be commercial in future ,please let me know if it is not ok, thanks a lot
Title vera level
🎉
why is your face on a tech video? when you show code and visual steps it makes no sense.
application is not started due to the below error Caused by: org.postgresql.util.PSQLException: ERROR: relation "vector_store" does not exist then i tried the schema.sql script manually in my postgres but its giving the ERROR: Could not open extension control file "C:/Program Files/PostgreSQL/17/share/extension/vector.control": No such file or directory.extension "vector" is not available
is it solved?
@@TeamSideline-zj5hz some error , how i can solve it?
@@TeamSideline-zj5hz i finded a solution , you can add this in application.yaml spring.sql.init.mode=always
spring.sql.init.schema-locations=classpath:schema.sql and delete the comment in schema file