Help getting started with text embeddings

I am getting up to speed with semantic search. I started with a repository link I found in the blog "Text similarity search with vector fields." It's Python starter code. I'm having problems from the start. A lot of the requirements do want to install. I have Python 3.10 installed. Specifically so far, problems is importing tensorflow.compat.v1. It's not found anywhere, I can find no help online.

If anyone has any experience with this code, help is appreciated.

Thanks.

I suppose it is better to ask somewhere about tensorflow.
Isn't it a module of tensorflow and installed when the tensorflow itself was installed?

Which code?
Can you share that repo?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.